public class ApplyOptions extends BaseApplyOptions
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
in |
protected boolean |
refresh |
protected java.lang.String |
stateOut |
backup, compactWarnings, parallelism, state, targetsinput, lock, lockTimeout| Constructor and Description |
|---|
ApplyOptions(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
in(java.lang.String in)
The optional path to the Terraform source scripts or an execution plan to apply/destroy.
|
void |
refresh(boolean refresh)
Updates the state prior to checking for differences if
true is specified. |
void |
stateOut(java.lang.String stateOut)
Sets the path to write updated state file.
|
backup, compactWarnings, parallelism, state, targetsinput, lock, lockTimeoutprotected boolean refresh
protected java.lang.String stateOut
protected java.lang.String in
public void refresh(boolean refresh)
true is specified.
Default is true.
refresh - true to update the state prior to checking for differences.public void stateOut(@Nonnull
java.lang.String stateOut)
stateOut - The path to write updated state file.public void in(@Nonnull
java.lang.String in)
in - The optional path to the Terraform source scripts or an execution plan to apply/destroy.