This commit is contained in:
2024-01-25 18:35:22 +01:00
parent 0727fca591
commit 8c4348d215
97 changed files with 402 additions and 402 deletions

View File

@@ -7,14 +7,14 @@ variable "instance" {
variable "icon" {
type = string
}
variable "app-group" {
variable "app_group" {
type = string
}
variable "protocol_provider" {
type = number
default = null
}
variable "dns-name" {
variable "dns_name" {
type = string
}
variable "sub-groups" {