Skip to content

Commit

Permalink
Add support for Terraform 1.4.* (#684)
Browse files Browse the repository at this point in the history
Resolves #683
  • Loading branch information
HorizonNet authored Mar 14, 2023
1 parent 0a69164 commit 621205e
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 @@ -29,6 +29,7 @@ def __init__(self, filename, parse_it=True):
'1.1.',
'1.2.',
'1.3.',
'1.4.',
)
self.supported_format_versions = [
'0.1',
Expand Down

0 comments on commit 621205e

Please sign in to comment.