Skip to content

Commit a3f804b

Browse files
committed
remove record set
1 parent 5f97372 commit a3f804b

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

cloudformation/main.yml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -107,56 +107,56 @@ Resources:
107107
QueueName: !Sub ${ApplicationPrefix}-sqs
108108
MessageTimeout: !Ref SqsMessageTimeout
109109

110-
LinkryRecordSet:
111-
Type: AWS::Route53::RecordSet
112-
Properties:
113-
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
114-
Name: !Join
115-
- "."
116-
- - "go"
117-
- !FindInMap
118-
- ApiGwConfig
119-
- !Ref RunEnvironment
120-
- EnvDomainName
121-
Type: A
122-
AliasTarget:
123-
HostedZoneId: Z2FDTNDATAQYW2
124-
DNSName: !GetAtt [AppLinkryCloudfrontDistribution, DomainName]
125-
EvaluateTargetHealth: false
126-
127-
IcalRecordSet:
128-
Type: AWS::Route53::RecordSet
129-
Properties:
130-
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
131-
Name: !Join
132-
- "."
133-
- - "ical"
134-
- !FindInMap
135-
- ApiGwConfig
136-
- !Ref RunEnvironment
137-
- EnvDomainName
138-
Type: A
139-
AliasTarget:
140-
HostedZoneId: Z2FDTNDATAQYW2
141-
DNSName: !GetAtt [AppIcalCloudfrontDistribution, DomainName]
142-
EvaluateTargetHealth: false
143-
144-
CoreRecordSet:
145-
Type: AWS::Route53::RecordSet
146-
Properties:
147-
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
148-
Name: !Join
149-
- "."
150-
- - "core"
151-
- !FindInMap
152-
- ApiGwConfig
153-
- !Ref RunEnvironment
154-
- EnvDomainName
155-
Type: A
156-
AliasTarget:
157-
HostedZoneId: Z2FDTNDATAQYW2
158-
DNSName: !GetAtt [AppFrontendCloudfrontDistribution, DomainName]
159-
EvaluateTargetHealth: false
110+
# LinkryRecordSet:
111+
# Type: AWS::Route53::RecordSet
112+
# Properties:
113+
# HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
114+
# Name: !Join
115+
# - "."
116+
# - - "go"
117+
# - !FindInMap
118+
# - ApiGwConfig
119+
# - !Ref RunEnvironment
120+
# - EnvDomainName
121+
# Type: A
122+
# AliasTarget:
123+
# HostedZoneId: Z2FDTNDATAQYW2
124+
# DNSName: !GetAtt [AppLinkryCloudfrontDistribution, DomainName]
125+
# EvaluateTargetHealth: false
126+
127+
# IcalRecordSet:
128+
# Type: AWS::Route53::RecordSet
129+
# Properties:
130+
# HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
131+
# Name: !Join
132+
# - "."
133+
# - - "ical"
134+
# - !FindInMap
135+
# - ApiGwConfig
136+
# - !Ref RunEnvironment
137+
# - EnvDomainName
138+
# Type: A
139+
# AliasTarget:
140+
# HostedZoneId: Z2FDTNDATAQYW2
141+
# DNSName: !GetAtt [AppIcalCloudfrontDistribution, DomainName]
142+
# EvaluateTargetHealth: false
143+
144+
# CoreRecordSet:
145+
# Type: AWS::Route53::RecordSet
146+
# Properties:
147+
# HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
148+
# Name: !Join
149+
# - "."
150+
# - - "core"
151+
# - !FindInMap
152+
# - ApiGwConfig
153+
# - !Ref RunEnvironment
154+
# - EnvDomainName
155+
# Type: A
156+
# AliasTarget:
157+
# HostedZoneId: Z2FDTNDATAQYW2
158+
# DNSName: !GetAtt [AppFrontendCloudfrontDistribution, DomainName]
159+
# EvaluateTargetHealth: false
160160

161161
AppLambdaUrl:
162162
Type: AWS::Lambda::Url

0 commit comments

Comments
 (0)