Actualizar supersetsmallfixed_20260505_081156.TF

This commit is contained in:
gitops_test 2026-05-07 09:40:33 +00:00
parent 744e0b0517
commit e8ebdf152d

View File

@ -9,38 +9,7 @@ terraform {
provider "azurerm" { provider "azurerm" {
features {} features {}
} skip_provider_registration = true
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
} }
locals { locals {