Skip to content

Commit

Permalink
fixed s3 bucket outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bakhmetev committed Sep 16, 2024
1 parent 573dcfc commit 6747260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-aws-s3-bucket/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ output "bucket_id" {
}

output "bucket_arn" {
value = join("", aws_s3_bucket.default[*].arn)
value = join("", aws_s3_bucket.this.arn)
description = "Bucket ARN"
}

0 comments on commit 6747260

Please sign in to comment.