Files
docker/infrastructure/terraform/docker/variables.tf
T

6 lines
160 B
Terraform

variable "docker_host" {
description = "Docker daemon host for local import workflow."
type = string
default = "unix:///var/run/docker.sock"
}