Retrieve VMwareEngine network details with google_vmwareengine_network
mainUse the google_vmwareengine_network data source to fetch information about an existing VMwareEngine network resource. You must provide the name and location of the network. You can optionally specify the project ID; if omitted, the provider's default project is used.
data "google_vmwareengine_network" "my_nw" {
name = "us-central1-default"
location = "us-central1"
}