# Reference for the teleport\_vnet\_config Terraform data-source

This page describes the supported values of the `teleport_vnet_config` data source of the Teleport Terraform provider.

## Schema

### Optional

- `metadata` (Attributes) (see [below for nested schema](#nested-schema-for-metadata))
- `spec` (Attributes) (see [below for nested schema](#nested-schema-for-spec))
- `sub_kind` (String)
- `version` (String)

### Nested Schema for `metadata`

Optional:

- `description` (String) description is object description.
- `expires` (String) expires is a global expiry time header can be set on any resource in the system.
- `labels` (Map of String) labels is a set of labels.
- `name` (String) name is an object name.

### Nested Schema for `spec`

Optional:

- `custom_dns_zones` (Attributes List) CustomDnsZones defines a list of DNS zones that VNet should resolve requests for in addition to the cluster's public proxy address. (see [below for nested schema](#nested-schema-for-speccustom_dns_zones))
- `ipv4_cidr_range` (String) Ipv4CidrRange defines the IPv4 CIDR range that all IPv4 addresses for VNet apps in this cluster will be assigned from. The default is "100.64.0.0/10".

### Nested Schema for `spec.custom_dns_zones`

Optional:

- `suffix` (String) Suffix is the hostname suffix that defines this zone.
