Model/infrastructure/terraform/modules/s3/outputs.tf
2023-08-31 10:15:51 +01:00

4 lines
113 B
HCL

output "bucket_name" {
description = "The name of the S3 bucket"
value = aws_s3_bucket.bucket.bucket
}