5 lines
109 B
HCL
5 lines
109 B
HCL
resource "aws_s3_bucket" "bucket" {
|
|
bucket_prefix = var.bucket_name_prefix
|
|
tags = local.tags
|
|
}
|
|
|