We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bd3aa commit b63471aCopy full SHA for b63471a
test/fixtures/safer_cluster_iap_bastion/example.tf
@@ -15,7 +15,7 @@
15
*/
16
17
locals {
18
- test_command = "gcloud beta compute ssh ${module.example.bastion_name} --tunnel-through-iap --project ${var.project_ids[1]} --zone ${module.example.bastion_zone} --ssh-flag=\"-T\" -q -- curl -sS https://${module.example.endpoint}/version -k"
+ test_command = "gcloud beta compute ssh ${module.example.bastion_name} --tunnel-through-iap --verbosity=error --project ${var.project_ids[1]} --zone ${module.example.bastion_zone} --ssh-flag=\"-T\" -q -- curl -sS https://${module.example.endpoint}/version -k"
19
}
20
21
module "example" {
0 commit comments