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.
aws_s3_directory_bucket
s3_bucket_id
1 parent 3bdca54 commit 0d8fc54Copy full SHA for 0d8fc54
outputs.tf
@@ -1,6 +1,6 @@
1
output "s3_bucket_id" {
2
description = "The name of the bucket."
3
- value = try(aws_s3_bucket_policy.this[0].id, aws_s3_bucket.this[0].id, "")
+ value = try(aws_s3_bucket.this[0].id, aws_s3_directory_bucket.this[0].bucket, "")
4
}
5
6
output "s3_bucket_arn" {
0 commit comments