Skip to content

Commit

Permalink
Upgrade to Heroku Provider v1.7 which includes Build resource (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Jan 11, 2019
1 parent 23bc9d4 commit 1beb806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Binary file not shown.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ heroku run terraform apply

🌲🔥 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.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)).

Set-up
------

Expand Down
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ terraform {
backend "pg" {}
}

provider "heroku" {}

provider "heroku" {}
provider "heroku" {
version = "~> 1.7"
}

variable "example_app_name" {
description = "Name of the Heroku app provisioned as an example"
Expand Down

0 comments on commit 1beb806

Please sign in to comment.