3 lines
58 B
Terraform
3 lines
58 B
Terraform
|
output bucket-name {
|
||
|
value = aws_s3_bucket.s3bucket.id
|
||
|
}
|