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:
@@ -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 {}
|
||||
# }
|
||||
|
Reference in New Issue
Block a user