Skip to content

Commit

Permalink
update examples with appropriate version
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-hashi committed Dec 17, 2019
1 parent 3bb8327 commit 04d4c91
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 04d4c91

Please sign in to comment.