3 lines
54 B
Terraform
3 lines
54 B
Terraform
|
output bucket_name {
|
||
|
value = aws_s3_bucket.this.id
|
||
|
}
|