Skip to content

Commit 5da956a

Browse files
committed
Fix local reference
1 parent 05b312a commit 5da956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/per-subnet-tags/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ locals {
6363
################################################################################
6464

6565
module "vpc" {
66-
source = "/home/alaister/code/terraform-aws-vpc/"
66+
source = "../../"
6767

6868
name = local.name
6969
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)