Uses of Class
com.hashicorp.cdktf.TerraformVariable.Builder
Packages that use TerraformVariable.Builder
-
Uses of TerraformVariable.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return TerraformVariable.BuilderModifier and TypeMethodDescriptionstatic TerraformVariable.BuilderTerraformVariable.Builder.defaultValue(Object defaultValue) TerraformVariable.Builder.description(String description) (experimental) 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.TerraformVariable.Builder.validation(List<? extends TerraformVariableValidationConfig> validation) (experimental) Specify arbitrary custom validation rules for a particular variable using a validation block nested within the corresponding variable block.