Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions spire/templates/apps-100A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Parameters:

PlaySharedAlbListenerRulePriorityPrefix: { Type: String }

StyleguideSharedAlbListenerRulePriorityPrefix: { Type: String }

TheWorldWebsiteSharedAlbListenerRulePriorityPrefix: { Type: String }

Conditions:
Expand Down Expand Up @@ -390,36 +388,6 @@ Resources:
TemplateURL: !Sub ${TemplateUrlPrefix}/s3-signing.yml
TimeoutInMinutes: 5

StyleguideStack:
Type: AWS::CloudFormation::Stack
Condition: IsStaging # Staging only
UpdateReplacePolicy: Delete
DeletionPolicy: Delete
Properties:
Parameters:
NestedChangeSetScrubbingResourcesState: !Ref NestedChangeSetScrubbingResourcesState
AlbFullName: !Ref AlbFullName
AlbHttpsListenerArn: !Ref AlbHttpsListenerArn
EcsClusterArn: !Ref EcsClusterArn
VpcId: !Ref VpcId
EcrImageTag: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Styleguide/pkg/docker-image-tag
AlbListenerRulePriorityPrefix: !Ref StyleguideSharedAlbListenerRulePriorityPrefix
EnvironmentType: !Ref EnvironmentType
EnvironmentTypeAbbreviation: !Ref EnvironmentTypeAbbreviation
RootStackName: !Ref RootStackName
RootStackId: !Ref RootStackId
X8664AsgCapacityProviderName: !Ref X8664AsgCapacityProviderName
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
- { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: Styleguide }
TemplateURL: !Sub ${TemplateUrlPrefix}/styleguide.yml
TimeoutInMinutes: 20

TheWorldWebsiteStack:
Type: AWS::CloudFormation::Stack
UpdateReplacePolicy: Delete
Expand Down
241 changes: 0 additions & 241 deletions spire/templates/apps/styleguide.yml

This file was deleted.

3 changes: 0 additions & 3 deletions spire/templates/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Mappings:
Spots: { prefix: 38 }
TheCount: { prefix: 42 }
TheCastle: { prefix: 50 } # Legacy Castle
Styleguide: { prefix: 65 }
Wfmt: { prefix: 77 }
TheWorldWebsite: { prefix: 82 }
SharedVpcCidrBlockMap:
Expand Down Expand Up @@ -712,8 +711,6 @@ Resources:

PlaySharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, Play, prefix]

StyleguideSharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, Styleguide, prefix]

TheWorldWebsiteSharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, TheWorldWebsite, prefix]

Tags:
Expand Down