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