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

Commit

Permalink
Bump README and example version ahead of new release
Browse files Browse the repository at this point in the history
Signed-off-by: wwwil <wwwil.squires@gmail.com>
  • Loading branch information
wwwil committed Aug 24, 2020
1 parent 4efd7aa commit 4f2fe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ It can be used directly from the Terraform Registry like so:
```
module "gke-cluster" {
source = "jetstack/gke-cluster/google"
version = "0.2.0-alpha1"
version = "0.3.0"
# insert the 9 required variables here
}
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ resource "google_compute_router_nat" "nat" {

module "cluster" {
source = "jetstack/gke-cluster/google"
version = "0.2.1-alpha1"
version = "0.3.0"

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

0 comments on commit 4f2fe35

Please sign in to comment.