fix: no extention on private key
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 1m2s

This commit is contained in:
Ditmar Visser
2025-06-11 14:39:33 +00:00
parent 55d72d1bcf
commit 927647a4f3

View File

@ -139,7 +139,7 @@ locals {
inventory = templatefile("${path.module}/ansible-inventory.tmpl", { inventory = templatefile("${path.module}/ansible-inventory.tmpl", {
esxi_name = esxi_guest.week-6.guest_name esxi_name = esxi_guest.week-6.guest_name
esxi_ip = esxi_guest.week-6.ip_address esxi_ip = esxi_guest.week-6.ip_address
esxi_private_key_file = "/skylab.pub" esxi_private_key_file = "/skylab"
# azure_name = azurerm_linux_virtual_machine.week-6.name # azure_name = azurerm_linux_virtual_machine.week-6.name
# azure_ip = azurerm_linux_virtual_machine.week-6.public_ip_address # azure_ip = azurerm_linux_virtual_machine.week-6.public_ip_address
# azure_private_key_file = "~/.ssh/azure" # azure_private_key_file = "~/.ssh/azure"