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
Unfortunately, the underlying terraform-aws-modules/lambda module uses version 1.6.0 so the initialization on Terraform 13 still fails with:
Error: Unsupported Terraform Core version
on .terraform/modules/notify_slack.lambda/terraform-aws-lambda-1.6.0/versions.tf line 2, in terraform:
2: required_version = "~> 0.12.6"
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
3.0 recently came out but current version restricts it to 2.7.
The current module version seems to function with 3.0 without modification.
The text was updated successfully, but these errors were encountered: