Use this data source to get details about a network policy resource.
To get more information about network policy, see:
data "google_vmwareengine_network_policy" "my_network_policy" {
name = "my-network-policy"
location = "us-central1"
}
The following arguments are supported:
name
- (Required) Name of the resource.location
- (Required) Location of the resource.See google_vmwareengine_network_policy resource for details of all the available attributes.