Files
a13labs.infra/terraform/modules/apps/terraform-mcp/variables.tf
T

16 lines
299 B
Terraform
Raw Normal View History

2026-06-29 14:31:28 +02:00
variable "fqdn" {
description = "FQDN for the service"
type = string
}
variable "tag" {
description = "Image tag to deploy"
type = string
default = "1.0.0"
}
variable "persistent_folder" {
description = "Path for persistent data on the host"
type = string
}