We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aabc9 commit 3dc3feeCopy full SHA for 3dc3fee
terraform/modules/lambda/versions.tf
@@ -1,4 +1,9 @@
1
2
terraform {
3
- required_version = ">= 0.13"
+ required_version = ">= 0.14"
4
+ required_providers {
5
+ aws = {
6
+ source = "hashicorp/aws"
7
+ }
8
9
}
0 commit comments