Skip to content

Commit 5f9cffd

Browse files
change provider to vmware/vsphere (#11)
Co-authored-by: eviatars <eviatars@checkpoint.com>
1 parent 639092a commit 5f9cffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/management/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">=1.10.05"
33
required_providers {
44
vsphere = {
5-
source = "hashicorp/vsphere"
5+
source = "vmware/vsphere"
66
version = ">2.11.1"
77
}
88
}

modules/single-gateway/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">=1.10.05"
33
required_providers {
44
vsphere = {
5-
source = "hashicorp/vsphere"
5+
source = "vmware/vsphere"
66
version = ">2.11.1"
77
}
88
}

0 commit comments

Comments
 (0)