Skip to content

Commit

Permalink
Merge branch 'feature-terraform-130'
Browse files Browse the repository at this point in the history
PR #2025

* feature-terraform-130:
  Add changelog entry for terraform version bump
  update terraform required_version to support 1.3
  • Loading branch information
jamesls committed Mar 8, 2023
2 parents 44cd6df + 0b2ef2c commit 4cece1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "Terraform",
"description": "Update required terraform veresoin to support 1.3 (#2014)"
}
2 changes: 1 addition & 1 deletion chalice/package.py
Expand Up @@ -819,7 +819,7 @@ def generate(self, resources):
'resource': {},
'locals': {},
'terraform': {
'required_version': '>= 0.12.26, < 1.2.0',
'required_version': '>= 0.12.26, < 1.4.0',
'required_providers': {
'aws': {'version': '>= 2, < 5'},
'null': {'version': '>= 2, < 4'}
Expand Down

0 comments on commit 4cece1c

Please sign in to comment.