1
0
Files
terraform.examples/modules/storage/S3Bucket/outputs.tf
T

7 lines
110 B
Terraform

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