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.
required_providers
1 parent 7f17743 commit ae70072Copy full SHA for ae70072
versions.tf
@@ -1,7 +1,7 @@
1
terraform {
2
required_version = "~> 0.12.0"
3
-}
4
5
-provider "null" {
6
- version = "~> 2.1"
+ required_providers {
+ null = "~> 2.0"
+ }
7
}
0 commit comments