4 lines
96 B
HCL
4 lines
96 B
HCL
output "arn" {
|
|
description = "ARN of the bucket"
|
|
value = aws_s3_bucket.s3_bucket.arn
|
|
} |