File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -61,21 +61,18 @@ Set the required environment variables.
6161export VSPHERE_USER=" your_vsphere_username"
6262export VSPHERE_PASSWORD=" your_vsphere_password"
6363export VSPHERE_SERVER=" your_vsphere_server"
64- export VSPHERE_ALLOW_UNVERIFIED_SSL=" false" # Set to "true" if vCenter is using self-signed certificate
6564```
6665### PowerShell (Windows)
6766``` PowerShell
6867$env:VSPHERE_USER="your_vsphere_username"
6968$env:VSPHERE_PASSWORD="your_vsphere_password"
7069$env:VSPHERE_SERVER"your_vsphere_server"
71- $env:VSPHERE_ALLOW_UNVERIFIED_SSL = "false" # Set to "true" if vCenter is using self-signed certificate
7270```
7371### Command Prompt (Windows)
7472``` cmd
7573set VSPHERE_SERVER=your_vsphere_server
7674set VSPHERE_USER=your_vsphere_username
7775set VSPHERE_PASSWORD=your_vsphere_password
78- set VSPHERE_ALLOW_UNVERIFIED_SSL=false # Set to `true` if vCenter is using self-signed certificate
7976```
8077---
8178
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "management" {
2727 datastore = "datastore-1"
2828 esxi_host = "172.23.24.20"
2929 eth0_network_name = "external-network"
30- local_ovf_path = "/home/file/jaguar_opt_main-777-991001696"
30+ local_ovf_path = "/home/file/jaguar_opt_main-777-991001696.ova "
3131 hostname = "Management-Server-example"
3232
3333 // Management configuration
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ on [main readme.md file](https://registry.terraform.io/modules/CheckPointSW/clou
2020provider "vsphere" {}
2121
2222module "single_gateway" {
23- source = "CheckPointSW/cloudguard-network-security/vmware/// modules/single-gateway"
23+ source = "CheckPointSW/cloudguard-network-security/vmware//modules/single-gateway"
2424
2525 // VMware vCenter configuration
2626 datacenter_name = "datacenter"
You can’t perform that action at this time.
0 commit comments