Skip to content

Commit

Permalink
allow overrides of default tags (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hskiba authored Feb 24, 2024
1 parent d0c8f0b commit 3c5443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ locals {
)

instance_tags = merge(
var.additional_tags,
{
Name = local.tag_name
Environment = var.tag_environment
Hostname = var.hostname
},
var.additional_tags,
)
}

Expand Down

0 comments on commit 3c5443b

Please sign in to comment.