mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-20 17:32:05 -04:00
When a user runs `terraform refresh` we give them an error message that tells them to run `terraform apply -refresh-state`. We could just run that command for them, though. That is what this PR does. |
||
|---|---|---|
| .. | ||
| apply | ||
| apply-destroy | ||
| apply-no-changes | ||
| apply-policy-hard-failed | ||
| apply-policy-passed | ||
| apply-policy-soft-failed | ||
| apply-variables | ||
| apply-with-error | ||
| empty | ||
| plan | ||
| plan-cost-estimation | ||
| plan-long-line | ||
| plan-no-changes | ||
| plan-policy-hard-failed | ||
| plan-policy-passed | ||
| plan-policy-soft-failed | ||
| plan-variables | ||
| plan-with-error | ||
| plan-with-working-directory/terraform | ||
| refresh | ||
| .gitignore | ||