Skip to content

Commit

Permalink
Merge pull request #47 from imperva/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sivan-hajbi-imperva authored Jan 9, 2023
2 parents ad8990c + 39b5439 commit c13be73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/examples/multi_account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ module "hub" {
use_public_ip = false
}
ingress_communication_via_proxy = {
proxy_address = module.hub.private_address
proxy_private_ssh_key_path = module.key_pair_hub.key_pair_private_pem.filename
proxy_ssh_user = module.hub.ssh_user
proxy_address = module.hub.private_address
proxy_private_ssh_key = try(file(module.key_pair_hub.key_pair_private_pem.filename), "")
proxy_ssh_user = module.hub.ssh_user
}
skip_instance_health_verification = var.gw_skip_instance_health_verification
providers = {
Expand Down

0 comments on commit c13be73

Please sign in to comment.