Nullable

From wikieduonline
Revision as of 10:22, 28 February 2022 by Welcome (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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: