- variable "primary_vpc" {
- description = "VPC for the inbound connector"
- type = string
- }
- variable "subnets" {
- description = "Subnets in which to create the resolver."
- type = list(any)
- }
- # inherited variables
- variable "tags" { type = map(any) }
- variable "inbound_resolver_endpoints" { type = list(any) }
|