- Namespace
- Cake
.Terraform .Init - Base Types
-
- ToolSettings
- TerraformSettings
graph BT
Type-->Base0["TerraformSettings"]
click Base0 "/Cake.Terraform/api/Cake.Terraform/TerraformSettings"
Base0-->Base1["ToolSettings"]
Type["TerraformInitSettings"]
class Type type-node
Syntax
public class TerraformInitSettings : TerraformSettings
Constructors
Name | Summary |
---|---|
Terraform |
Properties
Name | Value | Summary |
---|---|---|
Backend | bool |
Configure the backend for this configuration.
|
Backend |
Dictionary |
A set of backend config key-value overrides to be passed to `terraform init`
|
ForceCopy | bool |
Suppress prompts about copying state data. This is equivalent to providing
a "yes" to all confirmation prompts.
|
ForceReconfigure | bool |
Reconfigure the backend, ignoring any saved configuration.
|
Input | bool |
Ask for input if necessary. If false, will error if input was required.
|