Skip to content

Commit 62e9fbb

Browse files
authored
feat: update checkly provider to v1.20.0 (#136)
1 parent 1eec2f5 commit 62e9fbb

136 files changed

Lines changed: 12955 additions & 481 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

provider/cmd/pulumi-resource-checkly/bridge-metadata.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,105 @@
163163
}
164164
}
165165
},
166+
"checkly_check_group_v2": {
167+
"current": "checkly:index/checkGroupV2:CheckGroupV2",
168+
"majorVersion": 2,
169+
"fields": {
170+
"api_check_defaults": {
171+
"maxItemsOne": true,
172+
"elem": {
173+
"fields": {
174+
"assertion": {
175+
"maxItemsOne": false
176+
},
177+
"basic_auth": {
178+
"maxItemsOne": true
179+
}
180+
}
181+
}
182+
},
183+
"default_runtime": {
184+
"maxItemsOne": true
185+
},
186+
"enforce_alert_settings": {
187+
"maxItemsOne": true,
188+
"elem": {
189+
"fields": {
190+
"alert_channel_subscription": {
191+
"maxItemsOne": false
192+
},
193+
"alert_settings": {
194+
"maxItemsOne": true,
195+
"elem": {
196+
"fields": {
197+
"parallel_run_failure_threshold": {
198+
"maxItemsOne": false
199+
},
200+
"reminders": {
201+
"maxItemsOne": false
202+
},
203+
"run_based_escalation": {
204+
"maxItemsOne": false
205+
},
206+
"ssl_certificates": {
207+
"maxItemsOne": false
208+
},
209+
"time_based_escalation": {
210+
"maxItemsOne": false
211+
}
212+
}
213+
}
214+
}
215+
}
216+
}
217+
},
218+
"enforce_locations": {
219+
"maxItemsOne": true,
220+
"elem": {
221+
"fields": {
222+
"locations": {
223+
"maxItemsOne": false
224+
},
225+
"private_locations": {
226+
"maxItemsOne": false
227+
}
228+
}
229+
}
230+
},
231+
"enforce_retry_strategy": {
232+
"maxItemsOne": true,
233+
"elem": {
234+
"fields": {
235+
"retry_strategy": {
236+
"maxItemsOne": true,
237+
"elem": {
238+
"fields": {
239+
"only_on": {
240+
"maxItemsOne": true
241+
}
242+
}
243+
}
244+
}
245+
}
246+
}
247+
},
248+
"enforce_scheduling_strategy": {
249+
"maxItemsOne": true
250+
},
251+
"environment_variable": {
252+
"maxItemsOne": false
253+
},
254+
"setup_script": {
255+
"maxItemsOne": true
256+
},
257+
"tags": {
258+
"maxItemsOne": false
259+
},
260+
"teardown_script": {
261+
"maxItemsOne": true
262+
}
263+
}
264+
},
166265
"checkly_client_certificate": {
167266
"current": "checkly:index/clientCertificate:ClientCertificate",
168267
"majorVersion": 2

0 commit comments

Comments
 (0)