Use this data source to get NSX credentials for a Private Cloud.
To get more information about private cloud NSX credentials, see:
data "google_vmwareengine_nsx_credentials" "ds" {
parent = "projects/my-project/locations/us-west1-a/privateClouds/my-cloud"
}
The following arguments are supported:
parent
- (Required) The resource name of the private cloud which contains the NSX.In addition to the arguments listed above, the following computed attributes are exported:
username
- The username of the NSX Credential.password
- The password of the NSX Credential.