Skip to content

Commit

Permalink
relax terraform version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed Jun 4, 2019
1 parent cf2a95a commit 2dd988a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalice/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def generate(self, resources):
template = {
'resource': {},
'terraform': {
'required_version': '> 0.11.0, < 0.12'
'required_version': '> 0.11.0'
},
'data': {
'aws_caller_identity': {'chalice': {}},
Expand Down

0 comments on commit 2dd988a

Please sign in to comment.