File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -652,6 +652,7 @@ Resources:
652652 - rds:DescribeDBClusterSnapshots
653653 Resource :
654654 - !Sub arn:aws:rds:${AWS::Region}:${AWS::AccountId}:db:*
655+ - !Sub arn:aws:rds:${AWS::Region}:${AWS::AccountId}:cluster:sb-${Environment}-*tenant*
655656 - !Sub arn:aws:rds:${AWS::Region}:${AWS::AccountId}:cluster-snapshot:*
656657 - Effect : Allow
657658 Action :
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Conditions:
4646 HasHostedZone : !Not [!Equals [!Ref HostedZoneId, '']]
4747 HasSubDomainName : !Not [!Equals [!Ref TenantSubDomain, '']]
4848 HasCertificate : !Not [!Equals [!Ref SSLCertificateArn, '']]
49+ NoCertificate : !Equals [!Ref SSLCertificateArn, '']
4950 CreateSubDomainAlias : !And
5051 - !Condition HasDomainName
5152 - !Condition HasHostedZone
@@ -300,6 +301,7 @@ Resources:
300301 Protocol : HTTP
301302 HttpListener :
302303 Type : AWS::ElasticLoadBalancingV2::Listener
304+ Condition : NoCertificate
303305 Properties :
304306 LoadBalancerArn : !Ref ApplicationLoadBalancer
305307 Port : 80
You can’t perform that action at this time.
0 commit comments