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 *