blob: 42dad02ab19cec3f9dddabae07dbad79578514ec [file] [log] [blame] [edit]
variable "a" {
type = object({
# The optional attributes experiment isn't enabled, so this isn't allowed.
a = optional(string)
})
}