Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Oct 3, 2024
1 parent d6c7346 commit 339d918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/jupyter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "harvester_cloudinit_secret" "cloud-config-jupyter" {
{
z2jupyterhub_version = var.z2jupyterhub_version
}
))
))
})
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/jupyter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ variable "aad_tenant_id" {
}

variable "z2jupyterhub_version" {
type = string
type = string
description = "Version of the z2jupyterhub helm chart"
}

0 comments on commit 339d918

Please sign in to comment.