Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit ebf6e9d

Browse files
committed
Updated output as Deployment occurs in CloudInit and no longer requires user interaction
1 parent 61ba266 commit ebf6e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
output "DEPLOYMENT COMMAND" { value = "python ../scripts/deploy_on_oci.py -B -m ${module.utility.public-ip} -d ${module.worker.block-volume-count} -w ${var.worker_instance_shape}" }
1+
output "CLOUDERA MANAGER LOGIN" { value = "http://${module.utility.public-ip}:7180/cmf/" }

0 commit comments

Comments
 (0)