Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bump version for new tag
Browse files Browse the repository at this point in the history
Signed-off-by: wwwil <wwwil.squires@gmail.com>
  • Loading branch information
wwwil committed Apr 30, 2019
1 parent f3c7465 commit 3abe51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ It can be used directly from the Terraform Registry like so:
```
module "gke-cluster" {
source = "jetstack/gke-cluster/google"
version = "0.1.0-beta1"
version = "0.1.0-beta2"
# insert the 9 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Expand Up @@ -75,7 +75,7 @@ resource "google_compute_subnetwork" "vpc_subnetwork" {

module "cluster" {
source = "jetstack/gke-cluster/google"
version = "0.1.0-beta1"
version = "0.1.0-beta2"

# These values are set from the terrafrom.tfvas file
gcp_project_id = "${var.gcp_project_id}"
Expand Down

0 comments on commit 3abe51d

Please sign in to comment.