From 8447c9c0b5a84461ba06c491bfe2a20f380e4aba Mon Sep 17 00:00:00 2001 From: Charlie Conneely Date: Tue, 10 Sep 2024 16:34:14 +0100 Subject: [PATCH] Small changes to dev container --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5bc0c5a08..350c3c0ee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,14 @@ }, "features": { "ghcr.io/devcontainers/features/terraform:1":{}, - "ghcr.io/devcontainers/features/go:1":{}, + "ghcr.io/devcontainers/features/go:1":{ + "version": "1.20" + }, "ghcr.io/devcontainers/features/python": {} }, + "containerEnv": { + "TF_ACC": "*" + }, "hostRequirements": { "cpus": 4, "memory": "16gb",