fix: remove azure from template
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s

This commit is contained in:
Ditmar Visser
2025-06-06 10:38:38 +00:00
parent 435f97bef9
commit a04a62c68b
5 changed files with 52 additions and 45 deletions

View File

@@ -26,28 +26,28 @@ variable "esxi_password" {
sensitive = true
}
variable "azure_subscriptionid" {
description = "ID of the Azure Subscription."
sensitive = true
}
# variable "azure_subscriptionid" {
# description = "ID of the Azure Subscription."
# sensitive = true
# }
variable "azure_resourcegroup" {
description = "Name of the Azure Resource Group."
}
# variable "azure_resourcegroup" {
# description = "Name of the Azure Resource Group."
# }
variable "azure_location" {
description = "Location of the Azure resources"
default = "westeurope"
}
# variable "azure_location" {
# description = "Location of the Azure resources"
# default = "westeurope"
# }
variable "skylab_ssh_public_key" {
description = "Public key for the ESXi VM"
}
variable "azure_ssh_public_key" {
description = "Public key for the Azure VM"
}
# variable "azure_ssh_public_key" {
# description = "Public key for the Azure VM"
# }
variable "azure_ssh_private_key" {
description = "Private key of the Azure VM"
}
# variable "azure_ssh_private_key" {
# description = "Private key of the Azure VM"
# }