diff --git a/examples/templates/docker-image-builds/main.tf b/examples/templates/docker-image-builds/main.tf index e39bf247f555b..35e01843995d1 100644 --- a/examples/templates/docker-image-builds/main.tf +++ b/examples/templates/docker-image-builds/main.tf @@ -15,6 +15,8 @@ terraform { # Admin parameters variable "step1_docker_host_warning" { description = <<-EOF + Is Docker running on the Coder host? + This template will use the Docker socket present on the Coder host, which is not necessarily your local machine. diff --git a/examples/templates/docker/main.tf b/examples/templates/docker/main.tf index b9783a5e2a495..8fb124aa8fe5c 100644 --- a/examples/templates/docker/main.tf +++ b/examples/templates/docker/main.tf @@ -17,6 +17,8 @@ terraform { # host on the "docker" provider below. variable "step1_docker_host_warning" { description = <<-EOF + Is Docker running on the Coder host? + This template will use the Docker socket present on the Coder host, which is not necessarily your local machine.