@@ -40,7 +40,7 @@ Parameters:
40
40
41
41
Conditions :
42
42
IsProd : !Equals [!Ref RunEnvironment, "prod"]
43
- # IsDev: !Equals [!Ref RunEnvironment, "dev"]
43
+ IsDev : !Equals [!Ref RunEnvironment, "dev"]
44
44
ShouldAttachVpc : !Equals [true, !Ref VpcRequired]
45
45
46
46
Mappings :
@@ -108,6 +108,7 @@ Resources:
108
108
MessageTimeout : !Ref SqsMessageTimeout
109
109
110
110
LinkryRecordSetv4 :
111
+ Condition : IsDev
111
112
Type : AWS::Route53::RecordSet
112
113
Properties :
113
114
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -125,6 +126,7 @@ Resources:
125
126
EvaluateTargetHealth : false
126
127
127
128
LinkryRecordSetv6 :
129
+ Condition : IsDev
128
130
Type : AWS::Route53::RecordSet
129
131
Properties :
130
132
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -142,6 +144,7 @@ Resources:
142
144
EvaluateTargetHealth : false
143
145
144
146
IcalRecordSetv4 :
147
+ Condition : IsDev
145
148
Type : AWS::Route53::RecordSet
146
149
Properties :
147
150
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -160,6 +163,7 @@ Resources:
160
163
161
164
162
165
IcalRecordSetv6 :
166
+ Condition : IsDev
163
167
Type : AWS::Route53::RecordSet
164
168
Properties :
165
169
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -178,6 +182,7 @@ Resources:
178
182
179
183
180
184
CoreRecordSetv4 :
185
+ Condition : IsDev
181
186
Type : AWS::Route53::RecordSet
182
187
Properties :
183
188
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
@@ -195,6 +200,7 @@ Resources:
195
200
EvaluateTargetHealth : false
196
201
197
202
CoreRecordSetv6 :
203
+ Condition : IsDev
198
204
Type : AWS::Route53::RecordSet
199
205
Properties :
200
206
HostedZoneId : !FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
0 commit comments