variable "mandatory_var" { description = "This variable has no default and is mandatory" type = string } variable "optional_var" { description = "This variable is optional since it has a default value" type = string default = "peperonipizza" }