From 0ca78eff2131a1eba2313501a52902c0743c16fe Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Fri, 27 Oct 2023 13:34:47 -0400 Subject: [PATCH] Pass ID hostname to Networks stack --- spire/templates/apps-200A.yml | 1 + spire/templates/apps/networks.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/spire/templates/apps-200A.yml b/spire/templates/apps-200A.yml index 426b9e860..d2f822af2 100644 --- a/spire/templates/apps-200A.yml +++ b/spire/templates/apps-200A.yml @@ -351,6 +351,7 @@ Resources: AnnounceResourcePrefix: !Ref AnnounceResourcePrefix ExchangeHostname: !Ref ExchangeHostname ExchangeApiHostname: !Ref ExchangeApiHostname + IdHostname: !Ref IdHostname Tags: - { Key: prx:meta:tagging-version, Value: "2021-04-07" } - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName } diff --git a/spire/templates/apps/networks.yml b/spire/templates/apps/networks.yml index 872b4d111..9b97a77d4 100644 --- a/spire/templates/apps/networks.yml +++ b/spire/templates/apps/networks.yml @@ -59,6 +59,7 @@ Parameters: AnnounceResourcePrefix: { Type: String } ExchangeHostname: { Type: String } ExchangeApiHostname: { Type: String } + IdHostname: { Type: String } Conditions: IsProduction: !Equals [!Ref EnvironmentType, Production]