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 ef1db81 commit 84aabc9Copy full SHA for 84aabc9
terraform/modules/lambda/versions.tf
@@ -1,4 +1,4 @@
1
2
terraform {
3
- required_version = "~> 0.12.9"
+ required_version = ">= 0.13"
4
}
terraform/versions.tf
@@ -1,3 +1,8 @@
-}
+ required_providers {
+ aws = {
5
+ source = "hashicorp/aws"
6
+ }
7
8
+}
0 commit comments