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
| image\_tag\_mutability | The tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE. Defaults to MUTABLE. |`string`|`"MUTABLE"`| no |
37
38
| kms\_key\_arn | KMS Key ARN to use a CMK instead of default key |`string`| n/a | yes |
38
39
| 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 |
39
41
| trust\_accounts | Accounts to trust and allow ECR fetch |`list(string)`| n/a | yes |
0 commit comments