From 6f6a4edfe6ce7c5e2ce34502b4a99c0e5609dc8b Mon Sep 17 00:00:00 2001 From: githubjianli <51385385+githubjianli@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:21:42 -0800 Subject: [PATCH] feat: update tag --- s3-other.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = <