File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ module "ecs_apps" {
119119| secure\_ subnet\_ ids | List of secure subnet IDs for EFS. | ` list(string) ` | n/a | yes |
120120| security\_ group\_ ecs\_ nodes\_ outbound\_ cidrs | ECS Nodes outbound allowed CIDRs for the security group. | ` list(string) ` | <pre >[ <br > "0.0.0.0/0"<br >] </pre > | no |
121121| security\_ group\_ ids | Extra security groups for instances. | ` list(string) ` | ` [] ` | no |
122+ | tags | Map of tags that will be added to created resources. By default resources will be tagged with terraform=true. | ` map(string) ` | ` {} ` | no |
122123| target\_ group\_ arns | List of target groups for ASG to register. | ` list(string) ` | ` [] ` | no |
123124| throughput\_ mode | Throughput mode for the file system. Defaults to bursting. Valid values: bursting, provisioned. | ` string ` | ` "bursting" ` | no |
124125| userdata | Extra commands to pass to userdata. | ` string ` | ` "" ` | no |
You can’t perform that action at this time.
0 commit comments