Closed jackspirou closed 8 years ago
Terraform users will be familiar with the terraform syntax and terminology, so we should use plan instead of dry-run. https://www.terraform.io/docs/commands/plan.html
terraform
plan
dry-run
If there are any other cases where the terraform terminology makes sense to use it, we should do that.
It's a breaking change, but the plugin is documented only since yesterday. LGTM
LGTM
Terraform users will be familiar with the
terraform
syntax and terminology, so we should useplan
instead ofdry-run
. https://www.terraform.io/docs/commands/plan.htmlIf there are any other cases where the
terraform
terminology makes sense to use it, we should do that.