Files
iac-opentofu-public/variables/consul.variables.tf
Tomás Limpinho f202e105cf teste-0
2025-08-18 19:44:52 +01:00

6 lines
110 B
HCL

variable "consul_server" {
description = "consul server URL"
type = string
sensitive = false
}