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