You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Terraform v0.11, the default behaviour for terraform apply is to show the plan and wait for approval. When using apply-all this results in the script waiting for input for every module that you want to deploy.
As of Terraform v0.11, the default behaviour for
terraform applyis to show the plan and wait for approval. When usingapply-allthis results in the script waiting for input for every module that you want to deploy.