Equivalent of terraform providers lock
.
Fields inherited from class | Fields |
---|---|
class AbstractTerraformTask |
JSON_FORMAT, NO_COLOR |
Constructor and description |
---|
TerraformProvidersLock
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected TerraformExecSpec |
addCommandSpecificsToExecSpec(TerraformExecSpec execSpec) Add specific command-line options for the command. |
|
void |
exec() |
|
Provider<java.io.File> |
getProviderLockFile() Configuration for Terraform backend. |
Add specific command-line options for the command.
If --refresh-dependencies
was specified on the command-line the -upgrade
will be passed
to terraform init
.
Configuration for Terraform backend. See https
null
if none is required.