Skip to content

Commit

Permalink
Update apply (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Oct 2, 2017
1 parent f4cbf89 commit bd9faf1
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 bd9faf1

Please sign in to comment.