generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use '-refresh' cli arg for plan creation and add as module arg
Sometimes we want our task to create a plan without the usual implied state-refresh. The default behavior of Terraform (either no-arg, or '-refresh=true') is to always refresh state sources when the plan is created. When the user knows better, they can override, as they can already on cli.
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
minor_changes: | ||
- Use "refresh" arg on plan command line (i.e. "terraform plan | ||
-refresh=<arg>", defaults true), and allow user override in module args | ||
(https://github.com/ansible-collections/cloud.terraform/pull/168) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters