diff --git a/README.md b/README.md index ace59954..aad49d6b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ terraform { required_providers { pingdom = { source = "russellcardullo/pingdom" - version = "1.1.2" + version = "1.1.3" } } } @@ -26,7 +26,7 @@ terraform { variable "pingdom_api_token" {} provider "pingdom" { - pingdom_api_token = "${var.pingdom_api_token}" + api_token = "${var.pingdom_api_token}" } ``` @@ -86,7 +86,7 @@ provider "heroku" { } provider "pingdom" { - pingdom_api_token = var.pingdom_api_token + api_token = var.pingdom_api_token } resource "heroku_app" "example" { @@ -281,4 +281,4 @@ The binary will then be available at `_build/terraform-provider-pingdom_VERSION` make install ``` -This will place the binary under `$HOME/.terraform.d/plugins/OS_ARCH/terraform-provider-pingdom_VERSION`. After installing you will need to run `terraform init` in any project using the plugin. \ No newline at end of file +This will place the binary under `$HOME/.terraform.d/plugins/OS_ARCH/terraform-provider-pingdom_VERSION`. After installing you will need to run `terraform init` in any project using the plugin.