diff --git a/test/infra/vsphere/main.tf b/test/infra/vsphere/main.tf index dd2773ba0..5687f5e73 100644 --- a/test/infra/vsphere/main.tf +++ b/test/infra/vsphere/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { vsphere = { - source = "hashicorp/vsphere" + source = "hashicorp/vsphere" version = "~> 2.4.0" } }