File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packer {
2121 required_plugins {
2222 vsphere = {
2323 version = "~> 1"
24- source = "github.com/hashicorp /vsphere"
24+ source = "github.com/vmware /vsphere"
2525 }
2626 }
2727}
@@ -30,7 +30,7 @@ packer {
3030Alternatively, you can use ` packer plugins install ` to manage installation of this plugin.
3131
3232``` sh
33- packer plugins install github.com/hashicorp /vsphere
33+ packer plugins install github.com/vmware /vsphere
3434```
3535
3636### Components
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packer {
2121 required_plugins {
2222 vsphere = {
2323 version = "~> 1"
24- source = "github.com/hashicorp /vsphere"
24+ source = "github.com/vmware /vsphere"
2525 }
2626 }
2727}
@@ -30,7 +30,7 @@ packer {
3030Alternatively, you can use ` packer plugins install ` to manage installation of this plugin.
3131
3232``` sh
33- packer plugins install github.com/hashicorp /vsphere
33+ packer plugins install github.com/vmware /vsphere
3434```
3535
3636### Components
Original file line number Diff line number Diff line change 55 required_plugins {
66 vsphere = {
77 version = " ~> 1"
8- source = " github.com/hashicorp /vsphere"
8+ source = " github.com/vmware /vsphere"
99 }
1010 }
1111}
Original file line number Diff line number Diff line change 88 required_plugins {
99 vsphere = {
1010 version = " ~> 1"
11- source = " github.com/hashicorp /vsphere"
11+ source = " github.com/vmware /vsphere"
1212 }
1313 }
1414}
You can’t perform that action at this time.
0 commit comments