Format according to terraform fmt

This commit is contained in:
2024-04-13 18:40:09 +02:00
parent f45d0657c8
commit caa362b279
13 changed files with 43 additions and 43 deletions

View File

@@ -24,12 +24,12 @@ variable "my_domain" {
type = string
}
variable "install_argocd" {
type = bool
type = bool
default = true
}
variable "install_cert_manager" {
type = bool
type = bool
default = true
}