You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.5.0 doesn't work with aws 3.X provider. With the recent release of terraform 0.13, the aws provider was also bumped to 3.X. The version.tf still requires ~> 2.0 as the aws provider.
Expected Behavior
Should be >= 2.0, < 4.0
Environment (please complete the following information):
terraform 0.13
aws provider 3.2
Anything that will help us triage the bug will help. Here are some ideas:
OS: Linux
The text was updated successfully, but these errors were encountered:
Describe the Bug
Version 0.5.0 doesn't work with aws 3.X provider. With the recent release of terraform 0.13, the aws provider was also bumped to 3.X. The version.tf still requires
~> 2.0
as the aws provider.Expected Behavior
Should be
>= 2.0, < 4.0
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
The text was updated successfully, but these errors were encountered: