Files
getting-started/aws/aws-terraform/aws-app-stack-modules/modules/storage/outputs.tf
2021-04-16 16:01:29 +04:00

4 lines
96 B
HCL

output "arn" {
description = "ARN of the bucket"
value = aws_s3_bucket.s3_bucket.arn
}