Skip to content

Commit

Permalink
chore: outputs text change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolnar-zscaler committed Jan 9, 2024
1 parent 343b728 commit 1018f06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/base_1cc/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
2 changes: 1 addition & 1 deletion examples/base_1cc_zpa/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
2 changes: 1 addition & 1 deletion examples/base_cc_ilb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
2 changes: 1 addition & 1 deletion examples/base_cc_ilb_zpa/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1018f06

Please sign in to comment.