Skip to content

Commit

Permalink
Pass params to Beta stack
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 23, 2024
1 parent 3777213 commit 24cb906
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spire/templates/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Resources:
StaticSiteArchiveS3ObjectKey: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Beta/pkg/s3-object-key
EnvironmentType: !Ref EnvironmentType
StaticSiteCloudFrontOai: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Beta/cloudfront-oai
FeederHostname: !Ref FeederHostname
ExchangeHostname: !Ref ExchangeHostname
PlayHostname: !Ref PlayHostname
RedirectLambdaCodeS3ObjectKey: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Beta/redirect/pkg/s3-object-key
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
Expand Down
4 changes: 4 additions & 0 deletions spire/templates/apps/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Parameters:
StaticSiteArchiveS3ObjectKey: { Type: AWS::SSM::Parameter::Value<String> }
EnvironmentType: { Type: String }
StaticSiteCloudFrontOai: { Type: AWS::SSM::Parameter::Value<String> }
FeederHostname: { Type String }
ExchangeHostname: { Type String }
PlayHostname: { Type String }
RedirectLambdaCodeS3ObjectKey: { Type: AWS::SSM::Parameter::Value<String> }

Conditions:
EnableNestedChangeSetScrubbingResources: !Equals [!Ref NestedChangeSetScrubbingResourcesState, Enabled]
Expand Down

0 comments on commit 24cb906

Please sign in to comment.