Skip to content

Commit 0ce94ae

Browse files
committed
Variables - Default vpc
1 parent 28e120c commit 0ce94ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

infra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ init:
2525
init-reconfigure:
2626
$(tf_cmd) init $(tf_state) -upgrade -reconfigure
2727

28-
plan:
28+
plan: workspace
2929
$(tf_cmd) plan
3030

3131
plan-changes: workspace

infra/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
data "aws_vpc" "default" {
2-
id = "vpc-0c87d4383f6f013c3"
2+
#id = "vpc-0c87d4383f6f013c3"
3+
default = true
34
}
45

56
data "aws_subnets" "default" {

0 commit comments

Comments
 (0)