Difference between revisions of "Nullable"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Variables can now be declared as "nullable", which defines whether a variable can be null within a module. Setting nullable = false ensures that a variable value will never...")
 
Line 1: Line 1:
 
+
{{lowercase}}
  
 
Variables can now be declared as "nullable", which defines whether a variable can be null within a module. Setting nullable = false ensures that a variable value will never be null, and may instead take on the variable's default value if the caller sets it explicitly to null
 
Variables can now be declared as "nullable", which defines whether a variable can be null within a module. Setting nullable = false ensures that a variable value will never be null, and may instead take on the variable's default value if the caller sets it explicitly to null

Revision as of 10:22, 28 February 2022

Variables can now be declared as "nullable", which defines whether a variable can be null within a module. Setting nullable = false ensures that a variable value will never be null, and may instead take on the variable's default value if the caller sets it explicitly to null


Terraform variables, types, env variables, variables.tf, .tfvars, nullable, validation, terraform.tfvars

Advertising: