Skip to content

Commit 24f7ca0

Browse files
committed
Remove tag from data
1 parent 1e0f81f commit 24f7ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/modules/vpc/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
data "aws_vpc" "vpc" {
22
count = local.is_production ? 0 : 1
33
tags = {
4-
Name = "${var.standalone_vpc_tag}-vpc"
5-
Workspace = "core"
4+
Name = "${var.standalone_vpc_tag}-vpc"
65
}
76
}
87

0 commit comments

Comments
 (0)