Skip to content

Commit fdd92ba

Browse files
committed
fix: add tags from env
1 parent 91be8c2 commit fdd92ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf-module/stac_browser/ec2.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "aws_instance" "ds_stac_browser" {
7171
github_image_url: var.github_image_url,
7272
image_tag: var.image_tag,
7373
})
74-
tags = {
74+
tags = merge(var.tags, {
7575
Name = "${var.prefix}-ds_stac_browser"
76-
}
76+
})
7777
}

0 commit comments

Comments
 (0)