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.
1 parent 3bbd947 commit 65df79bCopy full SHA for 65df79b
outputs.tf
@@ -63,7 +63,7 @@ output "aws_s3_bucket_versioning_status" {
63
value = try(aws_s3_bucket_versioning.this[0].versioning_configuration[0].status, null)
64
}
65
66
-output "s3_bucket_tags_all" {
+output "s3_bucket_tags" {
67
description = "Tags of the bucket."
68
- value = try(aws_s3_bucket.this[0].tags_all, {})
+ value = try(aws_s3_bucket.this[0].tags, {})
69
0 commit comments