You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/modules/terraform_apply.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@
30
30
description: Location of the output file generated during a plan. Mutually exclusive with all other parameters since the parameters are all defined instead during the plan execution.
31
31
required: false
32
32
type: path
33
+
replace:
34
+
description: Force replacement of a particular resource instance using its resource address. If the plan would normally produce an update or no-op action for this instance, then Terraform will plan to replace it instead.
35
+
required: false
36
+
type: list
33
37
target:
34
38
description: Limit the applying operation to only the given module, resource, or resource instance, and all of its dependencies.
0 commit comments