Skip to content

Commit

Permalink
Antoinecoutellier/sc 16785/add terraform support v2 (#265)
Browse files Browse the repository at this point in the history
* feature: support heartbeats checks [sc-16785]

* chore: fix fmt [sc-16785]

* chore: upgrade checkly go sdk to 1.6.6 [sc-16785]
  • Loading branch information
Antoine-C authored Aug 3, 2023
1 parent 361d9fb commit 4fbe351
Show file tree
Hide file tree
Showing 9 changed files with 602 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dist/*
*.tfvars
__debug_bin
local/*
.idea
4 changes: 2 additions & 2 deletions checkly/error_with_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"fmt"
)

//ErrorLog defines ErrorLog type
// ErrorLog defines ErrorLog type
type ErrorLog map[string]interface{}

//ErrorWithLog defines checkly error type
// ErrorWithLog defines checkly error type
type ErrorWithLog struct {
Err string
Data *ErrorLog
Expand Down
1 change: 1 addition & 0 deletions checkly/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func Provider() *schema.Provider {
},
ResourcesMap: map[string]*schema.Resource{
"checkly_check": resourceCheck(),
"checkly_heartbeat": resourceHeartbeat(),
"checkly_check_group": resourceCheckGroup(),
"checkly_snippet": resourceSnippet(),
"checkly_dashboard": resourceDashboard(),
Expand Down
Loading

0 comments on commit 4fbe351

Please sign in to comment.