diff --git a/s3-other.tf b/s3-other.tf index 670b5c3..400a3d0 100644 --- a/s3-other.tf +++ b/s3-other.tf @@ -217,7 +217,7 @@ resource "aws_s3_bucket_public_access_block" "apiary_access_logs_hive" { resource "aws_s3_bucket" "apiary_system" { bucket = local.apiary_system_bucket - tags = merge(map("Name", local.apiary_system_bucket), var.apiary_tags) + tags = merge(tomap({"Name"=local.apiary_system_bucket}), var.apiary_tags) policy = <