From 11780517f4cad9b766fa615003b5c73f8bfd0501 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 19 Sep 2022 08:10:54 -0500 Subject: [PATCH] fix: docs: use diff view in Docker docs --- examples/templates/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/docker/README.md b/examples/templates/docker/README.md index a42e03de46ce7..f1a5e3c8489a4 100644 --- a/examples/templates/docker/README.md +++ b/examples/templates/docker/README.md @@ -21,7 +21,7 @@ vim main.tf Modify your file to match the following: -```hcl +```diff variable "docker_image" { description = "What Docker image would you like to use for your workspace?" default = "codercom/enterprise-base:ubuntu"