Skip to content

Commit fe7afce

Browse files
committed
?
1 parent 979ce90 commit fe7afce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cloudformation/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Resources:
108108
MessageTimeout: !Ref SqsMessageTimeout
109109

110110
LinkryRecordSet:
111-
Condition: IsDev
112111
Type: AWS::Route53::RecordSet
113112
Properties:
114113
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -125,7 +124,6 @@ Resources:
125124
- !GetAtt [AppLinkryCloudfrontDistribution, DomainName]
126125

127126
IcalRecordSet:
128-
Condition: IsDev
129127
Type: AWS::Route53::RecordSet
130128
Properties:
131129
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -142,7 +140,6 @@ Resources:
142140
- !GetAtt [AppIcalCloudfrontDistribution, DomainName]
143141

144142
CoreRecordSet:
145-
Condition: IsDev
146143
Type: AWS::Route53::RecordSet
147144
Properties:
148145
HostedZoneId: !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]

0 commit comments

Comments
 (0)