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 830b7fa commit 5f3875cCopy full SHA for 5f3875c
outputs.tf
@@ -58,7 +58,7 @@ output "s3_directory_bucket_arn" {
58
value = try(aws_s3_directory_bucket.this[0].arn, null)
59
}
60
61
-output "aws_s3_bucket_versioning_status" {
+output "s3_bucket_versioning_status" {
62
description = "The versioning status of the bucket. Will be 'Enabled', 'Suspended', or 'Disabled'."
63
value = try(aws_s3_bucket_versioning.this[0].versioning_configuration[0].status, null)
64
0 commit comments