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