We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
1 parent 6abf17b commit f52924dCopy full SHA for f52924d
modules/ecr-registry/outputs.tf
@@ -5,7 +5,7 @@ output "name" {
5
6
output "id" {
7
description = "The ID of the registry."
8
- value = try(aws_ecr_replication_configuration.this[*].registry_id[0], local.metadata.name)
+ value = aws_ecr_registry_scanning_configuration.this.registry_id
9
}
10
11
output "policy" {
0 commit comments