Use this data source to get details about a VMwareEngine network resource.
To get more information about VMwareEngine Network, see:
data "google_vmwareengine_network" "my_nw" {
name = "us-central1-default"
location = "us-central1"
}
The following arguments are supported:
name
- (Required) Name of the resource.location
- (Required) Location of the resource.project
- (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.See google_vmwareengine_network resource for details of all the available attributes.