diff --git a/.terraform.d/plugins/linux_amd64/terraform-provider-heroku b/.terraform.d/plugins/linux_amd64/terraform-provider-heroku index 85365c4..000ab50 100755 Binary files a/.terraform.d/plugins/linux_amd64/terraform-provider-heroku and b/.terraform.d/plugins/linux_amd64/terraform-provider-heroku differ diff --git a/README.md b/README.md index c268adb..2f8e24a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Create a local working copy of the Heroku app, to begin committing & applying Te 🌲🔥 To enable the [Postgres backend](https://github.com/mars/terraform/blob/v0.11.9-pg.02/website/docs/backends/types/pg.html.md) for Terraform, this app uses the `terraform` binary built from an unmerged pull request to Terraform (see: [hashicorp/terraform #19070](https://github.com/hashicorp/terraform/pull/19070)). -🌲🔥🔥 To enable the [Build resource](https://github.com/mars/terraform-provider-heroku/blob/v1.6.0-build_resource.01/website/docs/r/build.html.markdown) for Terraform Heroku provider, this app uses the `terraform-provider-heroku` plugin binary built from an unmerged pull request to the provider (see: [terraform-providers/terraform-provider-heroku #149](https://github.com/terraform-providers/terraform-provider-heroku/pull/149)). +🌲🔥🔥 To enable the [Build resource](https://github.com/mars/terraform-provider-heroku/blob/v1.6.0-build_resource.02/website/docs/r/build.html.markdown) for Terraform Heroku provider, this app uses the `terraform-provider-heroku` plugin binary built from an unmerged pull request to the provider (see: [terraform-providers/terraform-provider-heroku #149](https://github.com/terraform-providers/terraform-provider-heroku/pull/149)). ✏️ *Replace `$APP_NAME` with the value of the **App name** created above, like `teamname-terraform`* @@ -106,7 +106,7 @@ heroku addons:create heroku-postgresql # Use our fork of Terraform that supports Postgres backend # https://github.com/hashicorp/terraform/pull/19070 -# +# heroku config:set TERRAFORM_BIN_URL=https://terraforming-buildpack.s3.amazonaws.com/terraform_0.11.9-pg.02_linux_amd64.zip # Set credentials for the Terraform Heroku provider @@ -159,7 +159,7 @@ Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. - Enter a value: + Enter a value: ``` Terraform waits here, to verify the actions Terraform will take. Type `yes` to proceed.