Skip to content

Commit

Permalink
Update apply (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Sep 21, 2017
1 parent be9a803 commit b02f00a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rootfs/usr/local/include/terraform/apply
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include terraform/plan

TF_PARALLELISM ?= 10

## Apply pending changes
apply: plan
@confirm CLUSTER_NAME
@terraform apply -input=false $(TF_STATE_DIR)/terraform.out
@terraform apply -parallelism=$(TF_PARALLELISM) -input=false $(TF_STATE_DIR)/terraform.out

0 comments on commit b02f00a

Please sign in to comment.