From 1773ab2cc25c0e6798220a76fbf8db047d199a82 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 16 Dec 2024 10:12:13 -0500 Subject: [PATCH] fix --- emr/README.md | 6 +++--- emr/main.tf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emr/README.md b/emr/README.md index 4ca7e4f..0042e9a 100644 --- a/emr/README.md +++ b/emr/README.md @@ -23,12 +23,13 @@ module "emr" { ## tags for Name, CostAllocation, and Environment are pre-set, but they can be overriden # tags = { } } +``` -## ingress_networks +## ingress\_networks This is the list of network CIDR blocks for inbound access to the ports defined for EMR. By default, this list is empty. -## ingress_prefix_list_names +## ingress\_prefix\_list\_names In order to use a managed prefix list, you may pass a list of names in this field. The prefix lists will be looked up and the resultant IDs used in the security group for inbound port access to EM This will fail if the prefix list does not exist. @@ -42,7 +43,6 @@ Census networks from the prefix list `all-networks.core`: Passing a null or empty list to this field will ignore the ingress setting on these networks. To use all census networks but exclude cloud networks, you may use the prefix list `onprem-networks.core`. -``` # Security Group Ports: egress diff --git a/emr/main.tf b/emr/main.tf index 21b6c76..427ce01 100644 --- a/emr/main.tf +++ b/emr/main.tf @@ -24,6 +24,7 @@ * ## tags for Name, CostAllocation, and Environment are pre-set, but they can be overriden * # tags = { } * } +* ``` * * ## ingress_networks * This is the list of network CIDR blocks for inbound access to the ports defined for EMR. By @@ -43,7 +44,6 @@ * * Passing a null or empty list to this field will ignore the ingress setting on these networks. * To use all census networks but exclude cloud networks, you may use the prefix list `onprem-networks.core`. -* ``` * * # Security Group Ports: egress *