Skip to content

Commit 47f577a

Browse files
committed
readme
1 parent fac645f commit 47f577a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Consuming these [Terraform modules](https://learn.hashicorp.com/tutorials/terraf
4848
# Add the following to your new or existing Terraform workspace.
4949
module "opencspm-deployment" {
5050
# A versioned reference to the module repo and subpath
51-
source = "github.com/opencspm/opencspm-terraform-gcp.git//collection/gcp?ref=0.1.4"
51+
source = "github.com/opencspm/opencspm-terraform-gcp.git//collection/gcp?ref=0.1.5"
5252
5353
# Obtain the organization number via gcloud organizations list
5454
organization_id = "123456789101112"
@@ -78,7 +78,7 @@ The following shows how to use the `collection/k8s` module to deploy the necessa
7878
# Add the following to your existing Terraform workspace/project where the GKE cluster is managed
7979
module "prod-cluster" {
8080
# A versioned reference to the module repo and subpath
81-
source = "github.com/opencspm/opencspm-terraform-gcp.git//collection/k8s?ref=0.1.4"
81+
source = "github.com/opencspm/opencspm-terraform-gcp.git//collection/k8s?ref=0.1.5"
8282
8383
# A project id where the GKE cluster(s) lives. e.g. "my-gke-project"
8484
cluster_project_id = "<this_project_id>"

0 commit comments

Comments
 (0)