Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8a68dee

Browse files
authored
Add Terraform 1.2 to version list (#1480)
1 parent f4d5a76 commit 8a68dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/container-features/src/devcontainer-features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"options": {
197197
"version": {
198198
"type": "string",
199-
"proposals": ["latest", "1.1", "1.0", "0.15"],
199+
"proposals": ["latest", "1.2", "1.1", "1.0", "0.15"],
200200
"default": "latest",
201201
"description": "Terraform version"
202202
},

0 commit comments

Comments
 (0)