We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495b5e0 commit c93f711Copy full SHA for c93f711
versions.tf
@@ -1,4 +1,9 @@
1
2
terraform {
3
- required_version = ">= 0.12"
+ required_version = ">= 0.13"
4
+ required_providers {
5
+ aws = {
6
+ source = "hashicorp/aws"
7
+ }
8
9
}
0 commit comments