From e8ebdf152dd486be84cdcb7f1b9a44c2b7895eb4 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 7 May 2026 09:40:33 +0000 Subject: [PATCH] Actualizar supersetsmallfixed_20260505_081156.TF --- supersetsmallfixed_20260505_081156.TF | 33 +-------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/supersetsmallfixed_20260505_081156.TF b/supersetsmallfixed_20260505_081156.TF index 4d6bc3c..c6edbfb 100644 --- a/supersetsmallfixed_20260505_081156.TF +++ b/supersetsmallfixed_20260505_081156.TF @@ -9,38 +9,7 @@ terraform { provider "azurerm" { features {} -} - -variable "simpl_resource_group" { - type = string - description = "Name of the pre-existing Azure Resource Group" -} - -variable "simpl_vm_size" { - type = string -} - -variable "simpl_image_urn" { - type = string - description = "Format: Publisher:Offer:SKU:Version (e.g. Canonical:UbuntuServer:22_04-lts:latest)" -} - -variable "simpl_admin_password" { - type = string - sensitive = true -} - -variable "simpl_cloud_init" { - type = string -} - -variable "simpl_app_ports" { - type = list(string) - default = [] -} - -variable "simpl_nsg_count" { - type = number + skip_provider_registration = true } locals {