Skip to content

Commit 9cc450f

Browse files
terraform-docs: automated update action
1 parent 18c3958 commit 9cc450f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)