Initializer
Properties
| Name | Type | Description |
|---|---|---|
Default | object | No description. |
Description | string | No description. |
Nullable | bool | No description. |
Sensitive | bool | No description. |
Type | string | The type argument in a variable block allows you to restrict the type of value that will be accepted as the value for a variable. |
Validation | TerraformVariableValidationConfig[] | Specify arbitrary custom validation rules for a particular variable using a validation block nested within the corresponding variable block. |
DefaultOptional
- Type: object
DescriptionOptional
- Type: string
NullableOptional
- Type: bool
SensitiveOptional
- Type: bool
TypeOptional
- Type: string
- string
- number
- bool
- list(< TYPE >)
- set(< TYPE >)
- map(< TYPE >)
- object({< ATTR NAME > = < TYPE >, … })
- tuple([< TYPE >, …])