Skip to content

Commit

Permalink
- Fixing issue with integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Ahl committed Oct 15, 2020
1 parent 12263bf commit f916f52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@
```terraform
provider "healthchecksio" {
api_key = var.healthchecks_io_api_key
version = "~> 1.5.0"
version = "~> 1.6.0"
}
variable "healthchecks_io_api_key" {
Expand Down
2 changes: 1 addition & 1 deletion examples/full/main.tf
@@ -1,5 +1,5 @@
provider "healthchecksio" {
version = "~> 1.5.0"
version = "~> 1.6.0"
}

resource "healthchecksio_check" "test" {
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/main.tf
@@ -1,5 +1,5 @@
provider "healthchecksio" {
version = "~> 1.5.0"
version = "~> 1.6.0"
}

resource "healthchecksio_check" "bare_minimum" {
Expand Down
2 changes: 1 addition & 1 deletion test/minimal/main.tf
@@ -1,5 +1,5 @@
provider "healthchecksio" {
version = "~> 1.5.0"
version = "~> 1.6.0"
}

resource "healthchecksio_check" "bare_minimum" {
Expand Down

0 comments on commit f916f52

Please sign in to comment.