File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4949module "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
7979module "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>"
You can’t perform that action at this time.
0 commit comments