Skip to content

Commit

Permalink
Upgrade terraform SDK to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nauxliu committed Jun 6, 2019
1 parent ea9b2dc commit 17e38be
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 165 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ provider "cronitor" {
resource "cronitor_heartbeat_monitor" "example" {
name = "foobar"
notifications = {
notifications {
webhooks = ["https://webhook.url"]
slack = ["https://slack.incoming.webhook.url"]
}
rule = {
rule {
value = "* * * * * *"
grace_seconds = 30
}
rule = {
rule {
rule_type = "run_ping_not_received"
}
rule = {
rule {
rule_type = "ran_less_than"
time_unit = "minutes"
value = 10
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/nauxliu/terraform-provider-cronitor
go 1.12

require (
github.com/hashicorp/terraform v0.11.13
github.com/hashicorp/terraform v0.12.1
github.com/json-iterator/go v1.1.6
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
Expand Down
Loading

0 comments on commit 17e38be

Please sign in to comment.