Skip to content

Commit de17bbe

Browse files
committed
add some output commend string
1 parent fcd01dc commit de17bbe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/output.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ output "host_name" {
1313

1414
output "project_name" {
1515
value = var.project
16+
}
17+
18+
output "user_name" {
19+
value = var.username
20+
}
21+
22+
output "sample_proxy_command" {
23+
value = "gcloud compute ssh --zone ${var.zone} --project ${var.project} %h --ssh-flag='-W %h:%p'"
1624
}

0 commit comments

Comments
 (0)