fix: remove azure from template
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
This commit is contained in:
@@ -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"
|
||||
# }
|
||||
|
Reference in New Issue
Block a user