Difference between revisions of "Nullable"

From wikieduonline
Jump to navigation Jump to search
 
Line 3: Line 3:
 
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
  
 +
== See also ==
 +
* {{Terraform variables}}
  
{{Terraform variables}}
+
[[Category:Terrafrom]]

Latest revision as of 06:48, 1 March 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

See also[edit]

Advertising: