Skip to content

Commit

Permalink
Merge pull request #133 from alexjfisher/required_providers
Browse files Browse the repository at this point in the history
Add explicit `required_providers` configuration
  • Loading branch information
Arman-Keyoumarsi committed May 9, 2022
2 parents 59e248d + 5461d06 commit 3920a4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vm = {
is_windows_image = false
vmrp = "fill"
dc = "fill"
datastore_cluster = "fill"
datastore = "fill"
vmfolder = "fill"
vmgateway = "10.13.13.1"
dns_servers = ["1.1.1.1"]
Expand Down
5 changes: 5 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 0.13.4"
required_providers {
vsphere = {
source = "hashicorp/vsphere"
}
}
}

0 comments on commit 3920a4b

Please sign in to comment.