Skip to content

Commit

Permalink
Add support for Terraform version 1.10 (#751)
Browse files Browse the repository at this point in the history
Resolves #749
  • Loading branch information
HorizonNet authored Nov 29, 2024
1 parent 148f1aa commit a851cc4
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 @@ -35,6 +35,7 @@ def __init__(self, filename, parse_it=True):
'1.7.',
'1.8.',
'1.9.',
'1.10.',
)
self.supported_format_versions = [
'0.1',
Expand Down

0 comments on commit a851cc4

Please sign in to comment.