From a7dc1749defe3b965051877e998bfc0a664059f6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 May 2022 11:05:19 -0700 Subject: python: bug fix when version = none (#14) * python: bug fix * add missing "none" proposal * nit --- src/terraform/feature.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/terraform') diff --git a/src/terraform/feature.json b/src/terraform/feature.json index 19e012c..8af83a7 100644 --- a/src/terraform/feature.json +++ b/src/terraform/feature.json @@ -6,6 +6,7 @@ "type": "string", "proposals": [ "latest", + "none", "1.1", "1.0", "0.15" -- cgit v1.2.3