We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0f81f commit 24f7ca0Copy full SHA for 24f7ca0
infrastructure/modules/vpc/main.tf
@@ -1,8 +1,7 @@
1
data "aws_vpc" "vpc" {
2
count = local.is_production ? 0 : 1
3
tags = {
4
- Name = "${var.standalone_vpc_tag}-vpc"
5
- Workspace = "core"
+ Name = "${var.standalone_vpc_tag}-vpc"
6
}
7
8
0 commit comments