The terraform state mv
command.
Fields inherited from class | Fields |
---|---|
class AbstractTerraformTask |
JSON_FORMAT, NO_COLOR |
Type | Name and description |
---|---|
java.lang.String |
destinationPath |
java.lang.String |
sourcePath |
Constructor and description |
---|
TerraformStateMv
(java.lang.String workspaceName) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected TerraformExecSpec |
addCommandSpecificsToExecSpec(TerraformExecSpec execSpec) |
|
java.lang.String |
getDestinationPath() The destination path. |
|
java.lang.String |
getSourcePath() The source path. |
|
void |
setDestinationPath(java.lang.String id) |
|
void |
setSourcePath(java.lang.String id) |
The destination path.
Can be like packet_device.worker
, module.app
or even module.parent.module.app
.
The source path.
Can be like packet_device.worker
, module.app
or even module.parent.module.app
.
Groovy Documentation