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: website/docs/d/ecr_repository.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ This data source exports the following attributes in addition to the arguments a
34
34
*`encryption_configuration` - Encryption configuration for the repository. See [Encryption Configuration](#encryption-configuration) below.
35
35
*`image_scanning_configuration` - Configuration block that defines image scanning configuration for the repository. See [Image Scanning Configuration](#image-scanning-configuration) below.
36
36
*`image_tag_mutability` - The tag mutability setting for the repository.
37
+
*`image_tag_mutability_exclusion_filter` - Block that defines filters to specify which image tags can override the default tag mutability setting.
37
38
*`most_recent_image_tags` - List of image tags associated with the most recently pushed image in the repository.
38
39
*`repository_url` - URL of the repository (in the form `aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName`).
39
40
*`tags` - Map of tags assigned to the resource.
@@ -43,6 +44,11 @@ This data source exports the following attributes in addition to the arguments a
43
44
*`encryption_type` - Encryption type to use for the repository, either `AES256` or `KMS`.
44
45
*`kms_key` - If `encryption_type` is `KMS`, the ARN of the KMS key used.
45
46
47
+
### Image Tag Mutability Exclusion Filter
48
+
49
+
*`filter` - The filter pattern to use for excluding image tags from the mutability setting.
50
+
*`filter_type` - The type of filter to use.
51
+
46
52
### Image Scanning Configuration
47
53
48
54
*`scan_on_push` - Whether images are scanned after being pushed to the repository.
0 commit comments