Skip to content

Commit 1669ac6

Browse files
authored
feat: add support for TCP checks [sc-23027] (#304)
* feat: add support for TCP checks * feat: bump checkly-go-sdk to 1.9.0 which includes TCP check support * feat: add docs for TCP checks
1 parent 33c63e9 commit 1669ac6

File tree

7 files changed

+1098
-3
lines changed

7 files changed

+1098
-3
lines changed

checkly/provider.go

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func Provider() *schema.Provider {
3333
ResourcesMap: map[string]*schema.Resource{
3434
"checkly_check": resourceCheck(),
3535
"checkly_heartbeat": resourceHeartbeat(),
36+
"checkly_tcp_check": resourceTCPCheck(),
3637
"checkly_check_group": resourceCheckGroup(),
3738
"checkly_snippet": resourceSnippet(),
3839
"checkly_dashboard": resourceDashboard(),

0 commit comments

Comments
 (0)