Initializer
Properties
| Name | Type | Description |
|---|---|---|
Connection | SSHProvisionerConnection|WinrmProvisionerConnection | No description. |
Count | double|TerraformCount | No description. |
DependsOn | ITerraformDependable[] | No description. |
ForEach | ITerraformIterator | No description. |
Lifecycle | TerraformResourceLifecycle | No description. |
Provider | TerraformProvider | No description. |
Provisioners | FileProvisioner|LocalExecProvisioner|RemoteExecProvisioner[] | No description. |
Input | System.Collections.Generic.IDictionary< string, object > | (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply. |
TriggersReplace | System.Collections.Generic.IDictionary< string, object > | (Optional) A value which is stored in the instance state, and will force replacement when the value changes. |
ConnectionOptional
CountOptional
- Type: double|TerraformCount
DependsOnOptional
- Type: ITerraformDependable[]
ForEachOptional
- Type: ITerraformIterator
LifecycleOptional
ProviderOptional
- Type: TerraformProvider
ProvisionersOptional
InputOptional
- Type: System.Collections.Generic.IDictionary< string, object >
TriggersReplaceOptional
- Type: System.Collections.Generic.IDictionary< string, object >