Skip to content

Commit bb5e0ca

Browse files
committed
Fix README's inputs default values formatting
1 parent ca841e2 commit bb5e0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ module "aws_es" {
135135
| snapshot\_options\_automated\_snapshot\_start\_hour | Hour during which the service takes an automated daily snapshot of the indices in the domain | number | `0` | no |
136136
| tags | A mapping of tags to assign to the resource | map | `{}` | no |
137137
| vpc\_options | VPC related options, see below. Adding or removing this configuration forces a new resource | map | `{}` | no |
138-
| vpc\_options\_security\_group\_ids | List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used | list | `\[\]` | no |
139-
| vpc\_options\_subnet\_ids | List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in | list | `\[\]` | no |
138+
| vpc\_options\_security\_group\_ids | List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used | list | `[]` | no |
139+
| vpc\_options\_subnet\_ids | List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in | list | `[]` | no |
140140

141141
## Outputs
142142

0 commit comments

Comments
 (0)