Skip to content

Commit 7a8c418

Browse files
remove project and environment from default tags
1 parent b02f0be commit 7a8c418

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ data "aws_partition" "current" {
44
locals {
55
default_tags = {
66
Name = "${var.project}-${var.environment}"
7-
Project = var.project
8-
Environment = var.environment
97
}
108
}
119

0 commit comments

Comments
 (0)