From 9b70c55033d1dc2a034d6a54b45f20d3491911c2 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 5 Apr 2023 17:42:04 +0200 Subject: [PATCH] fix typo --- debian/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/main.tf b/debian/main.tf index 48d3942..c52c40f 100644 --- a/debian/main.tf +++ b/debian/main.tf @@ -7,7 +7,7 @@ terraform { } module "tf_debian_vm" { - source = "ssh::https://git.pim.kunis.nl/pim/tf-debian-vm.git" + source = "git::https://git.pim.kunis.nl/pim/tf-debian-vm.git" name = var.name admin_authorized_keys = var.admin_authorized_keys insecure_password = var.insecure_password