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 59e248d commit 5ac9a58Copy full SHA for 5ac9a58
versions.tf
@@ -1,3 +1,8 @@
1
terraform {
2
required_version = ">= 0.13.4"
3
+ required_providers {
4
+ vsphere = {
5
+ source = "hashicorp/vsphere"
6
+ }
7
8
}
0 commit comments