Summary
The terraform destroy command is used to destroy the Terraform-managed infrastructure.
- Namespace
- Cake
.Terraform .Destroy - Base Types
-
- ToolSettings
- TerraformSettings
graph BT
Type-->Base0["TerraformSettings"]
click Base0 "/Cake.Terraform/api/Cake.Terraform/TerraformSettings"
Base0-->Base1["ToolSettings"]
Type["TerraformDestroySettings"]
class Type type-node
Syntax
public class TerraformDestroySettings : TerraformSettings
Properties
Name | Value | Summary |
---|---|---|
Force | bool |
If set to true, then the destroy confirmation will not be shown.
|
InputVariables | Dictionary |
Gets or sets the input variables. https://www.terraform.io/intro/getting-started/variables.html
|
InputVariablesFile | string |
Variables file
https://www.terraform.io/docs/configuration/variables.html#variable-files
|