diff --git a/rds-postgres/README.md b/rds-postgres/README.md index 68cc844..01f3503 100644 --- a/rds-postgres/README.md +++ b/rds-postgres/README.md @@ -55,7 +55,7 @@ No modules. |------|-------------|------|---------|:--------:| | [description](#input\_description) | Security Group Description | `string` | `"RDS PostgreSQL Security Group"` | no | | [egress\_networks](#input\_egress\_networks) | List of egress networks (all ports) | `list(string)` |
[| no | -| [egress\_prefix\_list\_names ](#input\_egress\_prefix\_list\_names ) | List of prefix list names for eggress access | `list(string)` | `[]` | no | +| [egress\_prefix\_list\_names](#input\_egress\_prefix\_list\_names) | List of prefix list names for eggress access | `list(string)` | `[]` | no | | [egress\_security\_groups](#input\_egress\_security\_groups) | List of egress security groups (all ports) | `list(string)` | `[]` | no | | [enable\_self](#input\_enable\_self) | Enable\|Disable self full access | `bool` | `false` | no | | [ingress\_networks](#input\_ingress\_networks) | List of ingress networks for external access (not all ports) | `list(string)` |
"0.0.0.0/0"
]
[| no | diff --git a/rds-postgres/variables.tf b/rds-postgres/variables.tf index 28015d7..b5845c7 100644 --- a/rds-postgres/variables.tf +++ b/rds-postgres/variables.tf @@ -84,7 +84,7 @@ variable "ingress_prefix_list_names" { default = [] } -variable "egress_prefix_list_names " { +variable "egress_prefix_list_names" { description = "List of prefix list names for eggress access" type = list(string) default = []
"0.0.0.0/0"
]