From 63dc1ee9b6c2c0a40e3f6058dbaf934143337a83 Mon Sep 17 00:00:00 2001 From: Nebula <40148908+nebula-it@users.noreply.github.com> Date: Sat, 10 Aug 2024 16:19:23 -0700 Subject: [PATCH] Update default openTofu version --- src/opentofu/devcontainer-feature.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opentofu/devcontainer-feature.json b/src/opentofu/devcontainer-feature.json index aebf9dfa7..b5dfddbfc 100644 --- a/src/opentofu/devcontainer-feature.json +++ b/src/opentofu/devcontainer-feature.json @@ -1,15 +1,15 @@ { "name": "OpenTofu", "id": "opentofu", - "version": "1.0.0", + "version": "1.0.1", "description": "OpenTofu is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share.", "options": { "version": { "type": "string", "proposals": [ - "1.6.0-alpha3" + "1.8.1" ], - "default": "1.6.0-alpha3", + "default": "1.8.1", "description": "Select the version of opentofu" } },