You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ module "aws_es" {
141
141
| 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 |
142
142
| tags | A mapping of tags to assign to the resource |`map`|`{}`| no |
143
143
| timeouts | Timeouts map. |`map`|`{}`| no |
144
-
| timeouts\_update | How long to wait for updates. |`string`| n/a |yes|
144
+
| timeouts\_update | How long to wait for updates. |`string`| n/a |no|
145
145
| vpc\_options | VPC related options, see below. Adding or removing this configuration forces a new resource |`map`|`{}`| no |
146
146
| 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 |
147
147
| vpc\_options\_subnet\_ids | List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in |`list`|`[]`| no |
0 commit comments