Use this data source to get Vcenter credentials for a Private Cloud.
To get more information about private cloud Vcenter credentials, see:
data "google_vmwareengine_vcenter_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 Vcenter.In addition to the arguments listed above, the following computed attributes are exported:
username
- The username of the Vcenter Credential.password
- The password of the Vcenter Credential.