1
0
Files
terraform.examples/modules/storage/s3_bucket_2023/outputs.tf
T
2026-02-13 15:44:24 +08:00

7 lines
110 B
Terraform

output bucket_name {
value = aws_s3_bucket.this.id
}
output bucket_arn {
value = aws_s3_bucket.this.arn
}