Skip to content

Commit

Permalink
Support for terraform 1.6 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Oct 10, 2023
1 parent eb99070 commit fe5eb76
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 @@ -31,6 +31,7 @@ def __init__(self, filename, parse_it=True):
'1.3.',
'1.4.',
'1.5.',
'1.6.',
)
self.supported_format_versions = [
'0.1',
Expand Down

0 comments on commit fe5eb76

Please sign in to comment.