Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/opentofu/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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"
}
},
Expand Down