example/breaking_change/after/main.tf (4 lines of code) (raw):

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