Skip to content

Commit

Permalink
fix(terraform): minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Jun 22, 2019
1 parent dd65772 commit 16d5311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion share/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ data "aws_security_groups" "selected" {
Name = "serverless"
}
}

2 changes: 1 addition & 1 deletion share/terraform/scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terraform get -update=true || exit 1
USER_PRE_DEPLOY=./pre-deploy.sh
[ -x ${USER_PRE_DEPLOY} ] && $(eval $USER_PRE_DEPLOY)

terraform plan -input=false -out $TF_PLAN -target=module.${NAME} || exit 1
terraform plan -input=false -out $TF_PLAN || exit 1

terraform apply -input=false -auto-approve $TF_PLAN || exit 1

Expand Down

0 comments on commit 16d5311

Please sign in to comment.