From 1018f061a9ffdb40a8c63371ed4ecda063db59f4 Mon Sep 17 00:00:00 2001 From: Jameson Molnar Date: Tue, 9 Jan 2024 15:23:04 -0500 Subject: [PATCH] chore: outputs text change --- examples/base_1cc/outputs.tf | 2 +- examples/base_1cc_zpa/outputs.tf | 2 +- examples/base_cc_ilb/outputs.tf | 2 +- examples/base_cc_ilb_zpa/outputs.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/base_1cc/outputs.tf b/examples/base_1cc/outputs.tf index 0a509f9..e8e88fa 100755 --- a/examples/base_1cc/outputs.tf +++ b/examples/base_1cc/outputs.tf @@ -25,7 +25,7 @@ ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem zsroot@${module 4) SSH to the workload host ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.workload.private_ip[0]} -o "proxycommand ssh -W %h:%p -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.bastion.public_ip}" -All Workload IPs. Replace private IP below with centos@"ip address" in ssh example command above. +All Workload IPs. Replace private IP below with ubuntu@"ip address" in ssh example command above. ${join("\n", module.workload.private_ip)} diff --git a/examples/base_1cc_zpa/outputs.tf b/examples/base_1cc_zpa/outputs.tf index 0a509f9..e8e88fa 100755 --- a/examples/base_1cc_zpa/outputs.tf +++ b/examples/base_1cc_zpa/outputs.tf @@ -25,7 +25,7 @@ ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem zsroot@${module 4) SSH to the workload host ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.workload.private_ip[0]} -o "proxycommand ssh -W %h:%p -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.bastion.public_ip}" -All Workload IPs. Replace private IP below with centos@"ip address" in ssh example command above. +All Workload IPs. Replace private IP below with ubuntu@"ip address" in ssh example command above. ${join("\n", module.workload.private_ip)} diff --git a/examples/base_cc_ilb/outputs.tf b/examples/base_cc_ilb/outputs.tf index 53712ad..155d70f 100644 --- a/examples/base_cc_ilb/outputs.tf +++ b/examples/base_cc_ilb/outputs.tf @@ -28,7 +28,7 @@ ${join("\n", module.cc_vm.cc_management_ip)} 4) SSH to the workload host ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.workload.private_ip[0]} -o "proxycommand ssh -W %h:%p -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.bastion.public_ip}" -All Workload IPs. Replace private IP below with centos@"ip address" in ssh example command above. +All Workload IPs. Replace private IP below with ubuntu@"ip address" in ssh example command above. ${join("\n", module.workload.private_ip)} diff --git a/examples/base_cc_ilb_zpa/outputs.tf b/examples/base_cc_ilb_zpa/outputs.tf index 53e5e4c..6149ee8 100755 --- a/examples/base_cc_ilb_zpa/outputs.tf +++ b/examples/base_cc_ilb_zpa/outputs.tf @@ -28,7 +28,7 @@ ${join("\n", module.cc_vm.cc_management_ip)} 4) SSH to the workload host ssh -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.workload.private_ip[0]} -o "proxycommand ssh -W %h:%p -i ${var.name_prefix}-key-${random_string.suffix.result}.pem ubuntu@${module.bastion.public_ip}" -All Workload IPs. Replace private IP below with centos@"ip address" in ssh example command above. +All Workload IPs. Replace private IP below with ubuntu@"ip address" in ssh example command above. ${join("\n", module.workload.private_ip)} Project Name: