Skip to content

Commit

Permalink
Support for terraform 1.5.* (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt authored Jun 15, 2023
1 parent c9da668 commit b74b6c9
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 @@ -30,6 +30,7 @@ def __init__(self, filename, parse_it=True):
'1.2.',
'1.3.',
'1.4.',
'1.5.',
)
self.supported_format_versions = [
'0.1',
Expand Down

0 comments on commit b74b6c9

Please sign in to comment.