Skip to content

Commit 73df820

Browse files
terraform-docs: automated update action
1 parent fcc626d commit 73df820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ The following resources will be created:
3434

3535
| Name | Description | Type | Default | Required |
3636
|------|-------------|------|---------|:--------:|
37+
| image\_tag\_mutability | The tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE. Defaults to MUTABLE. | `string` | `"MUTABLE"` | no |
3738
| kms\_key\_arn | KMS Key ARN to use a CMK instead of default key | `string` | n/a | yes |
3839
| name | Name for ECR repository | `any` | n/a | yes |
40+
| tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. | `map(string)` | `{}` | no |
3941
| trust\_accounts | Accounts to trust and allow ECR fetch | `list(string)` | n/a | yes |
4042

4143
## Outputs

0 commit comments

Comments
 (0)