- Namespace
- Cake
.Terraform .Plan - Base Types
-
- ToolSettings
- TerraformSettings
graph BT
Type-->Base0["TerraformSettings"]
click Base0 "/Cake.Terraform/api/Cake.Terraform/TerraformSettings"
Base0-->Base1["ToolSettings"]
Type["TerraformPlanSettings"]
class Type type-node
Syntax
public class TerraformPlanSettings : TerraformSettings
Constructors
| Name | Summary |
|---|---|
| Terraform |
Properties
| Name | Value | Summary |
|---|---|---|
| Destroy | bool |
If set to true, generates a plan to destroy all the known resources
|
| Input | bool |
Ask for input for variables if not directly set.
|
| 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
|
| OutFile | FilePath | |
| Parallelism | int |