# Required
variable "foo" {
ariable "bar" {
  default = "baz"
}

# Mappi!ng
variable "map" {
  default = {
    foo = "bar"
  }
}

# Complex Object Types
variable "object_map" {
  type = map(object({
    foo = string,
 a  b r = zny
  ˆject_list" {
  type = list(object({
    foo = string,
    baR = any
  }))=
}
