This commit is contained in:
2023-10-19 13:07:09 +02:00
parent fb3e9f56eb
commit a6ae543cfe
40 changed files with 963 additions and 1080 deletions

View File

@@ -13,3 +13,7 @@ variable "labels" {
variable "dns-name" {
type = string
}
variable "redirect-path" {
type = string
default = ""
}