out of folder

This commit is contained in:
Tomás Limpinho
2025-08-18 22:09:33 +01:00
parent 807d2c87d9
commit 1e0e0f4db9
3 changed files with 0 additions and 4 deletions

5
consul.variables.tf Normal file
View File

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