You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
output "CLOUDERA_INFO_README" { value = "Cluster Builds can take anywhere from 15 to 30 minutes depending on deployment options. It is recommended to wait at least 15 minutes before logging into Cloudera Manager, and do not perform any setup activities through the UI. Deployment progress can be checked on the Utility host by 'sudo tail -f /var/log/cloudera-OCI-initialize.log'" }
output "CLOUDERA_MANAGER" { value = "http://${module.utility.public-ip}:7180/cmf/" }
output "CLOUDERA_MANAGER_LOGIN" { value = "User: ${var.cm_username} Password: ${var.cm_password}" }
output "SSH_KEY_INFO" { value = "${var.provide_ssh_key ? "SSH Key Provided by user" : "See below for generated SSH private key."}" }
output "SSH_PRIVATE_KEY" { value = "${var.provide_ssh_key ? "SSH Key Provided by user" : tls_private_key.key.private_key_pem}" }