Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Aug 28, 2024
1 parent 4ab27e8 commit 2d6b896
Show file tree
Hide file tree
Showing 35 changed files with 1,312 additions and 562 deletions.
18 changes: 17 additions & 1 deletion provider/cmd/pulumi-resource-rootly/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,15 @@
},
"rootly_escalation_policy": {
"current": "rootly:index/escalationPolicy:EscalationPolicy",
"majorVersion": 2
"majorVersion": 2,
"fields": {
"group_ids": {
"maxItemsOne": false
},
"service_ids": {
"maxItemsOne": false
}
}
},
"rootly_form_field": {
"current": "rootly:index/formField:FormField",
Expand Down Expand Up @@ -186,6 +194,10 @@
}
}
},
"rootly_heartbeat": {
"current": "rootly:index/heartbeat:Heartbeat",
"majorVersion": 2
},
"rootly_incident_permission_set": {
"current": "rootly:index/incidentPermissionSet:IncidentPermissionSet",
"majorVersion": 2,
Expand Down Expand Up @@ -2447,6 +2459,10 @@
"current": "rootly:index/getFunctionality:getFunctionality",
"majorVersion": 2
},
"rootly_heartbeat": {
"current": "rootly:index/getHeartbeat:getHeartbeat",
"majorVersion": 2
},
"rootly_incident": {
"current": "rootly:index/getIncident:getIncident",
"majorVersion": 2
Expand Down
Loading

0 comments on commit 2d6b896

Please sign in to comment.