From 76e0761f7993cc6326ff0d4dfd6e85df9a9c6ae6 Mon Sep 17 00:00:00 2001 From: Maria Isabel Restrepo Date: Wed, 11 Jan 2023 17:25:45 -0500 Subject: [PATCH] fix: typo empty space in cluster modue version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2765c0d..b187645 100644 --- a/main.tf +++ b/main.tf @@ -68,7 +68,7 @@ module "external_infoblox_record" { # Create the cluster module "jhub_cluster" { - source = "git::https://github.com/BrownUniversity/terraform-gcp-cluster.git?ref= v0.1.5" + source = "git::https://github.com/BrownUniversity/terraform-gcp-cluster.git?ref=v0.1.5" cluster_name = var.cluster_name project_id = module.jhub_project.project_id kubernetes_version = var.kubernetes_version