mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
4 lines
113 B
HCL
4 lines
113 B
HCL
output "bucket_name" {
|
|
description = "The name of the S3 bucket"
|
|
value = aws_s3_bucket.bucket.bucket
|
|
}
|