This data source retrieves the SDDC password in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
data "oci_ocvp_retrieve_password" "test_password" {
#Required
sddc_id = var.compartment_id
type = var.password_type
}
The following arguments are supported:
sddc_id
- (Required) The OCID of the SDDC.type
- (Required) The SDDC password type.The following attributes are exported:
sddc_password
- SDDC vCenter/NSX/HCX password.
passwordType
- SDDC password type.value
- SDDC vCenter/NSX/HCX password context.