Initializer
Properties
| Name | Type | Description |
|---|---|---|
connection | SSHProvisionerConnection | WinrmProvisionerConnection | No description. |
count | number | 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 | {[ key: string ]: any} | (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply. |
triggersReplace | {[ key: string ]: any} | (Optional) A value which is stored in the instance state, and will force replacement when the value changes. |
connectionOptional
countOptional
- Type: number | TerraformCount
dependsOnOptional
- Type: ITerraformDependable[]
forEachOptional
- Type: ITerraformIterator
lifecycleOptional
providerOptional
- Type: TerraformProvider
provisionersOptional
- Type: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[]
inputOptional
- Type: {[ key: string ]: any}
triggersReplaceOptional
- Type: {[ key: string ]: any}