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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ No provider.
40
40
| enable\_http | If set to true, enables SSH |`bool`|`true`| no |
41
41
| enable\_https | If set to true, enables SSH |`bool`|`true`| no |
42
42
| enforce\_https | Whether or not to require HTTPS on the domain endpoint |`bool`|`true`| no |
43
-
| es\_tags | Additional tags to be attached to the ES domain |`map(string)`|`{}`| no |
43
+
| es\_tags |[DEPRECATED: Use `tags` instead]Additional tags to be attached to the ES domain and associated resources.|`map(string)`|`{}`| no |
44
44
| es\_version | Version of ES to deploy |`string`|`"6.8"`| no |
45
45
| ingress\_cidr\_blocks | CIDR blocks to attach to security groups for ingress |`list(string)`|`[]`| no |
46
46
| ingress\_security\_groups | Existing security groups to attch to new security groups for ingress |`list(string)`|`[]`| no |
@@ -54,6 +54,7 @@ No provider.
54
54
| sg\_name | Security Group to create |`string`|`"es-security-group"`| no |
55
55
| sg\_tags | Additional tags to be attached to the security group |`map(string)`|`{}`| no |
56
56
| snapshot\_start\_hour | Hour when an automated daily snapshot of the indices is taken |`number`|`0`| no |
57
+
| tags | A map of tags to add to all resources. Replaces `es_tags`. |`map(string)`|`{}`| no |
57
58
| tls\_security\_policy | The name of the TLS security policy that needs to be applied to the HTTPS endpoint.<br> Valid values: Policy-Min-TLS-1-0-2019-07 and Policy-Min-TLS-1-2-2019-07. |`string`|`"Policy-Min-TLS-1-2-2019-07"`| no |
| name-prefix | A string to prepend to names of resources created by this example |`any`| n/a | yes |
17
+
| tags | A map of tags to add to all resources created by this example. |`map(string)`| <pre>{<br> "Author": "Tamr",<br> "Environment": "Example"<br>}</pre> | no |
| subnet\_ids | List of subnet IDs for the ES domain to be created in |`list(string)`| n/a | yes |
39
-
| additional\_tags | Additional tags to be attached to the ES domain |`map(string)`|`{}`| no |
40
39
| arn\_partition | The partition in which the resource is located. A partition is a group of AWS Regions.<br> Each AWS account is scoped to one partition.<br> The following are the supported partitions:<br> aws -AWS Regions<br> aws-cn - China Regions<br> aws-us-gov - AWS GovCloud (US) Regions |`string`|`"aws"`| no |
41
40
| aws\_region | AWS region to launch in |`string`|`"us-east-1"`| no |
42
41
| create\_new\_service\_role | Whether to create a new IAM service linked role for ES. This only needs to happen once per account. If false, linked\_service\_role is required |`bool`|`"true"`| no |
@@ -54,6 +53,7 @@ This modules creates:
54
53
| node\_to\_node\_encryption\_enabled | Whether to enable node-to-node encryption |`bool`|`true`| no |
55
54
| security\_group\_ids | List of security group IDs to be applied to the ES domain |`list(string)`|`[]`| no |
56
55
| snapshot\_start\_hour | Hour when an automated daily snapshot of the indices is taken |`number`|`0`| no |
56
+
| tags | A map of tags to add to all resources. |`map(string)`|`{}`| no |
57
57
| tls\_security\_policy | The name of the TLS security policy that needs to be applied to the HTTPS endpoint.<br> Valid values: Policy-Min-TLS-1-0-2019-07 and Policy-Min-TLS-1-2-2019-07. |`string`|`"Policy-Min-TLS-1-2-2019-07"`| no |
0 commit comments