@@ -55,8 +55,6 @@ Parameters:
5555
5656 PlaySharedAlbListenerRulePriorityPrefix : { Type: String }
5757
58- StyleguideSharedAlbListenerRulePriorityPrefix : { Type: String }
59-
6058 TheWorldWebsiteSharedAlbListenerRulePriorityPrefix : { Type: String }
6159
6260Conditions :
@@ -390,36 +388,6 @@ Resources:
390388 TemplateURL : !Sub ${TemplateUrlPrefix}/s3-signing.yml
391389 TimeoutInMinutes : 5
392390
393- StyleguideStack :
394- Type : AWS::CloudFormation::Stack
395- Condition : IsStaging # Staging only
396- UpdateReplacePolicy : Delete
397- DeletionPolicy : Delete
398- Properties :
399- Parameters :
400- NestedChangeSetScrubbingResourcesState : !Ref NestedChangeSetScrubbingResourcesState
401- AlbFullName : !Ref AlbFullName
402- AlbHttpsListenerArn : !Ref AlbHttpsListenerArn
403- EcsClusterArn : !Ref EcsClusterArn
404- VpcId : !Ref VpcId
405- EcrImageTag : !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Styleguide/pkg/docker-image-tag
406- AlbListenerRulePriorityPrefix : !Ref StyleguideSharedAlbListenerRulePriorityPrefix
407- EnvironmentType : !Ref EnvironmentType
408- EnvironmentTypeAbbreviation : !Ref EnvironmentTypeAbbreviation
409- RootStackName : !Ref RootStackName
410- RootStackId : !Ref RootStackId
411- X8664AsgCapacityProviderName : !Ref X8664AsgCapacityProviderName
412- Tags :
413- - { Key: prx:meta:tagging-version, Value: "2021-04-07" }
414- - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
415- - { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
416- - { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
417- - { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
418- - { Key: prx:ops:environment, Value: !Ref EnvironmentType }
419- - { Key: prx:dev:application, Value: Styleguide }
420- TemplateURL : !Sub ${TemplateUrlPrefix}/styleguide.yml
421- TimeoutInMinutes : 20
422-
423391 TheWorldWebsiteStack :
424392 Type : AWS::CloudFormation::Stack
425393 UpdateReplacePolicy : Delete
0 commit comments