Skip to content

Commit 65df79b

Browse files
authored
Update outputs.tf
1 parent 3bbd947 commit 65df79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ output "aws_s3_bucket_versioning_status" {
6363
value = try(aws_s3_bucket_versioning.this[0].versioning_configuration[0].status, null)
6464
}
6565

66-
output "s3_bucket_tags_all" {
66+
output "s3_bucket_tags" {
6767
description = "Tags of the bucket."
68-
value = try(aws_s3_bucket.this[0].tags_all, {})
68+
value = try(aws_s3_bucket.this[0].tags, {})
6969
}

0 commit comments

Comments
 (0)