Skip to content

Commit

Permalink
Merge pull request #41 from hashicorp/autoscale-secondary
Browse files Browse the repository at this point in the history
update examples with appropriate version
  • Loading branch information
amy-hashi authored Dec 17, 2019
2 parents 6bdb5cf + 04d4c91 commit 2b7d7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rhel-production-example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "google-beta" {

module "tfe-cluster" {
source = "hashicorp/terraform-enterprise/google"
version = "0.1.0"
version = "0.1.2"
credentials_file = "auth-file-123456678.json"
region = "${var.region}"
zone = "${var.region}-a"
Expand Down
2 changes: 1 addition & 1 deletion examples/root-example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "google-beta" {

module "tfe-cluster" {
source = "hashicorp/terraform-enterprise/google"
version = "0.1.1"
version = "0.1.2"
credentials_file = "auth-file-123456678.json"
region = "${var.region}"
zone = "${var.region}-a"
Expand Down

0 comments on commit 2b7d7f6

Please sign in to comment.