@@ -55,8 +55,6 @@ Parameters:
5555
5656 IdSharedAlbListenerRulePriorityPrefix : { Type: String }
5757
58- IframelySharedAlbListenerRulePriorityPrefix : { Type: String }
59-
6058 PlaySharedAlbListenerRulePriorityPrefix : { Type: String }
6159
6260 StyleguideSharedAlbListenerRulePriorityPrefix : { Type: String }
@@ -309,36 +307,6 @@ Resources:
309307 TemplateURL : !Sub ${TemplateUrlPrefix}/id.yml
310308 TimeoutInMinutes : 20
311309
312- IframelyStack :
313- Type : AWS::CloudFormation::Stack
314- UpdateReplacePolicy : Delete
315- DeletionPolicy : Delete
316- Properties :
317- Parameters :
318- NestedChangeSetScrubbingResourcesState : !Ref NestedChangeSetScrubbingResourcesState
319- AlbFullName : !Ref AlbFullName
320- AlbHttpsListenerArn : !Ref AlbHttpsListenerArn
321- EcsClusterArn : !Ref EcsClusterArn
322- VpcId : !Ref VpcId
323- EcrImageTag : !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/The_World-Iframely/pkg/docker-image-tag
324- AlbListenerRulePriorityPrefix : !Ref IframelySharedAlbListenerRulePriorityPrefix
325- EnvironmentType : !Ref EnvironmentType
326- EnvironmentTypeAbbreviation : !Ref EnvironmentTypeAbbreviation
327- RootStackName : !Ref RootStackName
328- RootStackId : !Ref RootStackId
329- X8664AsgCapacityProviderName : !Ref X8664AsgCapacityProviderName
330- Tags :
331- - { Key: prx:meta:tagging-version, Value: "2021-04-07" }
332- - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
333- - { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
334- - { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
335- - { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
336- - { Key: prx:ops:environment, Value: !Ref EnvironmentType }
337- - { Key: prx:dev:family, Value: The World }
338- - { Key: prx:dev:application, Value: Iframely }
339- TemplateURL : !Sub ${TemplateUrlPrefix}/iframely.yml
340- TimeoutInMinutes : 20
341-
342310 PlayStack :
343311 Type : AWS::CloudFormation::Stack
344312 UpdateReplacePolicy : Delete
@@ -491,8 +459,5 @@ Outputs:
491459 IdTargetGroupFullName :
492460 Value : !GetAtt IdStack.Outputs.TargetGroupFullName
493461
494- IframelyTargetGroupFullName :
495- Value : !GetAtt IframelyStack.Outputs.TargetGroupFullName
496-
497462 PlayWebTargetGroupFullName :
498463 Value : !GetAtt PlayStack.Outputs.WebTargetGroupFullName
0 commit comments