Skip to content

Commit 312f504

Browse files
authored
Add support for Terraform 1.13 (#779)
1 parent a8b169f commit 312f504

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
@@ -38,6 +38,7 @@ def __init__(self, filename, parse_it=True):
3838
'1.10.',
3939
'1.11.',
4040
'1.12.',
41+
'1.13.',
4142
)
4243
self.supported_format_versions = [
4344
'0.1',

0 commit comments

Comments
 (0)