Skip to content

Commit

Permalink
fix(heartbeat): correct resource in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbasham committed Aug 4, 2024
1 parent 2a7bb1b commit b9a7b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/heartbeat_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |-
## Example Usage

```terraform
resource "statuscake_uptime_check" "example" {
resource "statuscake_heartbeat_check" "example" {
name = "Example"
period = 1800
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/statuscake_heartbeat_check/resource.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "statuscake_uptime_check" "example" {
resource "statuscake_heartbeat_check" "example" {
name = "Example"
period = 1800

Expand Down

0 comments on commit b9a7b59

Please sign in to comment.