mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
119 B
HCL
7 lines
119 B
HCL
output "bucket_name" {
|
|
value = aws_s3_bucket.this.bucket
|
|
}
|
|
|
|
output "bucket_arn" {
|
|
value = aws_s3_bucket.this.arn
|
|
}
|