Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tfexec: Add support for Plan/Apply Replace option #211

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

radeksimko
Copy link
Member

Closes #184

https://www.terraform.io/docs/cli/commands/plan.html#replace-address

The -replace=... option is available only from Terraform v0.15.2 onwards. For earlier versions, you can achieve a similar effect (with some caveats) using terraform taint.

@radeksimko radeksimko added the enhancement New feature or request label Aug 13, 2021
@radeksimko radeksimko requested a review from kmoe August 13, 2021 10:35
@radeksimko radeksimko changed the title Plan/Apply: Add support for Replace option tfexec: Add support for Plan/Apply Replace option Aug 13, 2021
@radeksimko radeksimko merged commit 1632b4f into main Sep 8, 2021
@radeksimko radeksimko deleted the f-plan-apply-replace-opt branch September 8, 2021 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plan/apply -replace and -refresh=false options are missing
2 participants