Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2024
1 parent e2e3346 commit 1773ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions emr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion emr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*
Expand Down

0 comments on commit 1773ab2

Please sign in to comment.