Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 10, 2022
1 parent adabad3 commit 5334cb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dns-vpc-region-vpcN/apps/tf-run.data
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
ALL
COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf .
ALL
COMMAND tf-directory-setup.py -l s3
4 changes: 4 additions & 0 deletions examples/ec2-vpc-region-vpcN/apps/region.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locals {
region = var.region
}

9 changes: 9 additions & 0 deletions examples/ec2-vpc-region-vpcN/apps/tf-run.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
VERSION 1.0.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
ALL
COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf .
COMMAND tf-directory-setup.py -l s3

0 comments on commit 5334cb8

Please sign in to comment.