Use this data source to get details about a external access rule resource.
To get more information about external address, see:
data "google_vmwareengine_external_access_rule" "my_external_access_rule" {
name = "my-external-access-rule"
parent = "project/my-project/locations/us-west1-a/networkPolicies/my-network-policy"
}
The following arguments are supported:
name
- (Required) Name of the resource.parent
- (Required) The resource name of the network policy that this cluster belongs.See google_vmwareengine_external_access_rule resource for details of all the available attributes.