Skip to content

Commit 07a8ea0

Browse files
genisdclaude
andcommitted
fix: add mapping for statuscake_heartbeat_check resource
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0d893fa commit 07a8ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/resources.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func Provider() tfbridge.ProviderInfo {
116116
// },
117117
// },
118118
"statuscake_contact_group": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "ContactGroup")},
119+
"statuscake_heartbeat_check": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "HeartbeatCheck")},
119120
"statuscake_maintenance_window": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "MaintenanceWindow")},
120121
"statuscake_pagespeed_check": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "PagespeedCheck")},
121122
"statuscake_ssl_check": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SslCheck")},

0 commit comments

Comments
 (0)