Skip to content

Commit

Permalink
fix: typo empty space in cluster modue version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirestrepo committed Jan 11, 2023
1 parent 5b08be3 commit 76e0761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e0761

Please sign in to comment.