Skip to content

Commit

Permalink
Add support for Terraform version 1.10
Browse files Browse the repository at this point in the history
Resolves #749
  • Loading branch information
HorizonNet committed Nov 29, 2024
1 parent 148f1aa commit 2d7cb11
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 2d7cb11

Please sign in to comment.