Skip to content

Commit

Permalink
Merge pull request #191 from StatusCakeDev/fix-heartbeat-documentation
Browse files Browse the repository at this point in the history
fix(heartbeat): correct resource in documentation
  • Loading branch information
tomasbasham authored Aug 8, 2024
2 parents 033a551 + b9a7b59 commit 29d0af2
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 29d0af2

Please sign in to comment.