Skip to content

Commit

Permalink
Support for Terraform 1.7 (#728)
Browse files Browse the repository at this point in the history
Resolves #727
  • Loading branch information
HorizonNet authored Jan 21, 2024
1 parent e9f37e7 commit a2fe295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform_compliance/extensions/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, filename, parse_it=True):
'1.4.',
'1.5.',
'1.6.',
'1.7.',
)
self.supported_format_versions = [
'0.1',
Expand Down

0 comments on commit a2fe295

Please sign in to comment.