Initializer
Properties
| Name | Type | Description |
|---|---|---|
Connection | interface{} | No description. |
Count | interface{} | No description. |
DependsOn | *[]ITerraformDependable | No description. |
ForEach | ITerraformIterator | No description. |
Lifecycle | TerraformResourceLifecycle | No description. |
Provider | TerraformProvider | No description. |
Provisioners | *[]interface{} | No description. |
Input | *map[string]interface{} | (Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply. |
TriggersReplace | *map[string]interface{} | (Optional) A value which is stored in the instance state, and will force replacement when the value changes. |
ConnectionOptional
- Type: interface{}
CountOptional
- Type: interface{}
DependsOnOptional
- Type: *[]ITerraformDependable
ForEachOptional
- Type: ITerraformIterator
LifecycleOptional
ProviderOptional
- Type: TerraformProvider
ProvisionersOptional
- Type: *[]interface{}
InputOptional
- Type: *map[string]interface{}
TriggersReplaceOptional
- Type: *map[string]interface{}