fix typo
This commit is contained in:
parent
625dc5f98b
commit
9b70c55033
1 changed files with 1 additions and 1 deletions
2
debian/main.tf
vendored
2
debian/main.tf
vendored
|
@ -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
|
||||
|
|
Reference in a new issue