Refacto and add modules

This commit is contained in:
2024-02-06 11:03:20 +01:00
parent 140321f714
commit 1e1cedcaeb
47 changed files with 685 additions and 360 deletions

View File

@@ -17,6 +17,10 @@ variable "protocol_provider" {
variable "dns_name" {
type = string
}
variable "app_name" {
type = string
default = ""
}
variable "sub_groups" {
type = list(string)
default = []