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

@@ -3,10 +3,10 @@ terraform {
esxi = {
source = "registry.terraform.io/josenk/esxi"
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.27.0"
}
# azurerm = {
# source = "hashicorp/azurerm"
# version = "~> 4.27.0"
# }
}
backend "pg" {
conn_str = "postgres://terraform:tfbackend123@192.168.1.4/terraform_state?sslmode=disable"
@@ -22,8 +22,8 @@ provider "esxi" {
}
provider "azurerm" {
resource_provider_registrations = "none"
subscription_id = var.azure_subscriptionid
features {}
}
# provider "azurerm" {
# resource_provider_registrations = "none"
# subscription_id = var.azure_subscriptionid
# features {}
# }