Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2024
1 parent 4efa5e4 commit 8801bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rds-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ module "postgres" {
## 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 RDS Postgres.
There is a default set of CIDR blocks provided if this field is not populated. This is comprised of the
Census networks:
Expand All @@ -31,11 +32,10 @@ Census networks:

Passing a null or empty list to this field will ignore the ingress setting on these networks.

## 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 RDS
Postgres. This will fail if the prefix list does not exist.
```

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion rds-postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 RDS Postgres.
Expand All @@ -36,7 +37,6 @@
* 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 RDS
* Postgres. This will fail if the prefix list does not exist.
* ```
*/

data "aws_vpc" "this_vpc" {
Expand Down

0 comments on commit 8801bd0

Please sign in to comment.