This commit is contained in:
Tomás Limpinho
2025-08-18 19:44:52 +01:00
parent efe55e5d21
commit f202e105cf
9 changed files with 89 additions and 1 deletions

View File

@ -0,0 +1,5 @@
variable "consul_server" {
description = "consul server URL"
type = string
sensitive = false
}