example/breaking_change/before/main.tf (5 lines of code) (raw):

variable "subnet_delegation" { description = "A map of subnet name to delegation block on the subnet" type = map(map(any)) default = {} }