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

Commit 3abe51d

Browse files
committed
Bump version for new tag
Signed-off-by: wwwil <[email protected]>
1 parent f3c7465 commit 3abe51d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It can be used directly from the Terraform Registry like so:
6666
```
6767
module "gke-cluster" {
6868
source = "jetstack/gke-cluster/google"
69-
version = "0.1.0-beta1"
69+
version = "0.1.0-beta2"
7070
7171
# insert the 9 required variables here
7272
}

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ resource "google_compute_subnetwork" "vpc_subnetwork" {
7575

7676
module "cluster" {
7777
source = "jetstack/gke-cluster/google"
78-
version = "0.1.0-beta1"
78+
version = "0.1.0-beta2"
7979

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

0 commit comments

Comments
 (0)