Skip to content

Commit 68be800

Browse files
Add support for Terraform version 1.11 (#755)
Co-authored-by: Emre Erkunt <emre.erkunt@gmail.com>
1 parent cf0fbb7 commit 68be800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform_compliance/extensions/terraform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(self, filename, parse_it=True):
3636
'1.8.',
3737
'1.9.',
3838
'1.10.',
39+
'1.11.',
3940
)
4041
self.supported_format_versions = [
4142
'0.1',

0 commit comments

Comments
 (0)