mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
6 lines
110 B
HCL
6 lines
110 B
HCL
variable "consul_server" {
|
|
description = "consul server URL"
|
|
type = string
|
|
sensitive = false
|
|
}
|