terraform plan -refresh=false and is available only for destroying environments. To skip the state refresh during deployment, set the TF_CLI_ARGS_plan environment variable to -refresh=false.
While destroying an environment, you can also tick the skip state refresh checkbox, and the environmental destruction process ignores any state mismatches and will remove the resources that match the current state.

Common errors that can be addressed using this policy:
Next steps
- Skipping the Apply Step - Skip apply when a plan has no resource changes.
- Additional Deployment Controls - Set TF_CLI_ARGS_plan and other environment variable controls.
- Environment Overview - Review destroy and inactive environment lifecycle.