Skip to content

Commit 72d27ec

Browse files
committed
Variables - Default vpc
1 parent 0ce94ae commit 72d27ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737
}
3838

3939
data "aws_vpc" "default" {
40-
id = "vpc-0c87d4383f6f013c3"
40+
default = true
4141
}
4242

4343
data "aws_subnets" "default" {

0 commit comments

Comments
 (0)