Class |
Description |
AbstractTerraformBaseTask
|
Base class for Terraform tasks. |
AbstractTerraformCustomFmt
|
Base class for custom formatting tasks. |
AbstractTerraformStateTask
|
Base classs all terraform state subcommands. |
AbstractTerraformTask
|
A base class for performing a terraform execution. |
FindTerraformConfig
|
Locates the Terraform config for a project and caches the location in the local build directory. |
RemoteStateAwsS3ConfigGenerator
|
Legacy way of generating S3 backend config files. |
RemoteStateConfigGenerator
|
Generates a remote state file containing partial configuration for backend. |
TerraformApply
|
Equivalent of terraform apply . |
TerraformCacheBinary
|
|
TerraformCleanupWorkspaces
|
The terraform workspace delete command. |
TerraformCustomFmtApply
|
Checks the format of Terraform source in an arbitrary collection of directories. |
TerraformCustomFmtCheck
|
Checks the format of Terraform source in an arbritrary collection of directories. |
TerraformDestroy
|
Equivalent of terraform destroy . |
TerraformDestroyPlan
|
Generates a destroy plan |
TerraformFmtApply
|
The terraform fmt -write=true command. |
TerraformFmtCheck
|
The terraform fmt -check command. |
TerraformImport
|
Equivalent of terraform import . |
TerraformInit
|
Equivalent of terraform init . |
TerraformOutput
|
Equivalent of terraform output . |
TerraformPlan
|
Equivalent of terraform plan . |
TerraformPlanProvider
|
A provider of a TerraformPlan task instance. |
TerraformShowState
|
Equivalent of terraform show /path/to/terraform.tfstate . |
TerraformStateMv
|
The terraform state mv command. |
TerraformStatePull
|
The terraform state rm command. |
TerraformStatePush
|
The terraform state rm command. |
TerraformStateRm
|
The terraform state rm command. |
TerraformUntaint
|
The terraform untaint command. |
TerraformUpgrade
|
Equivalent of terraform 0.12upgrade . |
TerraformValidate
|
Equivalent of terraform validate . |
TerraformWrapper
|
|