From f9669fe3e1db15d168a7175a0db1fbcf82c1b032 Mon Sep 17 00:00:00 2001 From: nozaq Date: Sun, 5 Jul 2026 22:32:00 +0000 Subject: [PATCH] specify terraform major --- src/terraform/devcontainer-template.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/terraform/devcontainer-template.json b/src/terraform/devcontainer-template.json index bdf1244..b7b2e87 100644 --- a/src/terraform/devcontainer-template.json +++ b/src/terraform/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.0.1", + "version": "1.1.0", "name": "Terraform", "description": "Minimal, supply-chain-secure dev container with Terraform CLI and terraform-ls.", "publisher": "Bare Dev Container Maintainers", @@ -11,10 +11,10 @@ "type": "string", "description": "Terraform version and Debian version", "proposals": [ - "1.15-trixie", - "1.15-bookworm" + "1-trixie", + "1-bookworm" ], - "default": "1.15-trixie" + "default": "1-trixie" } }, "platforms": [ @@ -26,4 +26,4 @@ "iac", "hcl" ] -} +} \ No newline at end of file