Skip to content

Commit edff8f6

Browse files
authored
Merge pull request #894 from PRX/remove-styleguide
Remove Styleguide
2 parents c276435 + e2c6960 commit edff8f6

3 files changed

Lines changed: 0 additions & 276 deletions

File tree

spire/templates/apps-100A.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Parameters:
5555

5656
PlaySharedAlbListenerRulePriorityPrefix: { Type: String }
5757

58-
StyleguideSharedAlbListenerRulePriorityPrefix: { Type: String }
59-
6058
TheWorldWebsiteSharedAlbListenerRulePriorityPrefix: { Type: String }
6159

6260
Conditions:
@@ -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

spire/templates/apps/styleguide.yml

Lines changed: 0 additions & 241 deletions
This file was deleted.

spire/templates/root.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Mappings:
7373
Spots: { prefix: 38 }
7474
TheCount: { prefix: 42 }
7575
TheCastle: { prefix: 50 } # Legacy Castle
76-
Styleguide: { prefix: 65 }
7776
Wfmt: { prefix: 77 }
7877
TheWorldWebsite: { prefix: 82 }
7978
SharedVpcCidrBlockMap:
@@ -712,8 +711,6 @@ Resources:
712711

713712
PlaySharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, Play, prefix]
714713

715-
StyleguideSharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, Styleguide, prefix]
716-
717714
TheWorldWebsiteSharedAlbListenerRulePriorityPrefix: !FindInMap [SharedAlbListenerRulePriorityMap, TheWorldWebsite, prefix]
718715

719716
Tags:

0 commit comments

Comments
 (0)