terraform.aws-baseline-infra/modules/storage/s3_bucket_2023/outputs.tf

7 lines
110 B
Terraform
Raw Normal View History

2023-05-25 08:28:19 +08:00
output bucket_name {
value = aws_s3_bucket.this.id
}
output bucket_arn {
value = aws_s3_bucket.this.arn
2023-05-25 08:28:19 +08:00
}