TerraformVariable allows you to define input variables for your Terraform configuration.
Constructor
TerraformVariableConfig
Properties
value
readonly value: any
The value of the variable (as a token).
stringValue
readonly stringValue: string
The value of the variable cast to a string.
numberValue
readonly numberValue: number
The value of the variable cast to a number.
booleanValue
readonly booleanValue: boolean
The value of the variable cast to a boolean.
listValue
readonly listValue: string[]
The value of the variable cast to a list of strings.