diff --git a/outputs.tf b/outputs.tf index cd23a17c..d67d0c44 100644 --- a/outputs.tf +++ b/outputs.tf @@ -35,7 +35,7 @@ output "s3_bucket_policy" { output "s3_bucket_region" { description = "The AWS region this bucket resides in." - value = try(aws_s3_bucket.this[0].region, "") + value = try(aws_s3_bucket.this[0].bucket_region, "") } output "s3_bucket_website_endpoint" {