Skip to content

Commit

Permalink
feat: update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Nov 14, 2023
1 parent 7463ea5 commit 6f6a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-other.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <<EOF
{
"Version":"2012-10-17",
Expand Down

0 comments on commit 6f6a4ed

Please sign in to comment.