3 lines
76 B
HCL
3 lines
76 B
HCL
output "artifacts_bucket_name" {
|
|
value = aws_s3_bucket.artifacts.bucket
|
|
}
|