google_vmwareengine_subnet

Use this data source to get details about a subnet. Management subnets support only read operations and should be configured through this data source. User defined subnets can be configured using the resource as well as the datasource.

To get more information about private cloud subnet, see:

Example Usage

data "google_vmwareengine_subnet" "my_subnet" {
  name     = "service-1"
  parent   = "project/my-project/locations/us-west1-a/privateClouds/my-cloud"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_vmwareengine_subnet resource for details of all the available attributes.