Skip to content

Commit

Permalink
Pass ID hostname to Networks stack
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 27, 2023
1 parent a2d9ad6 commit 0ca78ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spire/templates/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions spire/templates/apps/networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Parameters:
AnnounceResourcePrefix: { Type: String }
ExchangeHostname: { Type: String }
ExchangeApiHostname: { Type: String }
IdHostname: { Type: String }

Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]
Expand Down

0 comments on commit 0ca78ef

Please sign in to comment.