From 809c7e0f2e29130dd346b711d7bf3e0a0aa29a53 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 23 Aug 2024 00:12:30 +0700 Subject: [PATCH] WIP --- infrastructure/staging/switch.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/staging/switch.tf b/infrastructure/staging/switch.tf index 0819502fd..8bbe08cc2 100644 --- a/infrastructure/staging/switch.tf +++ b/infrastructure/staging/switch.tf @@ -74,9 +74,9 @@ module "switch_helium" { nginx_image = data.terraform_remote_state.core.outputs.nginx_ecr_repository.repository_uri freeswitch_image = data.terraform_remote_state.core.outputs.freeswitch_ecr_repository.repository_uri freeswitch_event_logger_image = data.terraform_remote_state.core.outputs.freeswitch_event_logger_ecr_repository.repository_uri - external_rtp_ip = data.terraform_remote_state.core_infrastructure.outputs.vpc.nat_public_ips[0] - alternative_sip_outbound_ip = data.terraform_remote_state.core_infrastructure.outputs.nat_instance_ip - alternative_rtp_ip = data.terraform_remote_state.core_infrastructure.outputs.nat_instance_ip + external_rtp_ip = data.terraform_remote_state.core_infrastructure.outputs.vpc_helium.nat_public_ips[0] + alternative_sip_outbound_ip = data.terraform_remote_state.core_infrastructure.outputs.vpc_helium.nat_public_ips[0] + alternative_rtp_ip = data.terraform_remote_state.core_infrastructure.outputs.vpc_helium.nat_public_ips[0] providers = { aws = aws.helium