Skip to content

Commit 5f3875c

Browse files
authored
Apply suggestion from @antonbabenko
1 parent 830b7fa commit 5f3875c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ output "s3_directory_bucket_arn" {
5858
value = try(aws_s3_directory_bucket.this[0].arn, null)
5959
}
6060

61-
output "aws_s3_bucket_versioning_status" {
61+
output "s3_bucket_versioning_status" {
6262
description = "The versioning status of the bucket. Will be 'Enabled', 'Suspended', or 'Disabled'."
6363
value = try(aws_s3_bucket_versioning.this[0].versioning_configuration[0].status, null)
6464
}

0 commit comments

Comments
 (0)