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.
61
61
export VSPHERE_USER=" your_vsphere_username"
62
62
export VSPHERE_PASSWORD=" your_vsphere_password"
63
63
export VSPHERE_SERVER=" your_vsphere_server"
64
- export VSPHERE_ALLOW_UNVERIFIED_SSL=" false" # Set to "true" if vCenter is using self-signed certificate
65
64
```
66
65
### PowerShell (Windows)
67
66
``` PowerShell
68
67
$env:VSPHERE_USER="your_vsphere_username"
69
68
$env:VSPHERE_PASSWORD="your_vsphere_password"
70
69
$env:VSPHERE_SERVER"your_vsphere_server"
71
- $env:VSPHERE_ALLOW_UNVERIFIED_SSL = "false" # Set to "true" if vCenter is using self-signed certificate
72
70
```
73
71
### Command Prompt (Windows)
74
72
``` cmd
75
73
set VSPHERE_SERVER=your_vsphere_server
76
74
set VSPHERE_USER=your_vsphere_username
77
75
set VSPHERE_PASSWORD=your_vsphere_password
78
- set VSPHERE_ALLOW_UNVERIFIED_SSL=false # Set to `true` if vCenter is using self-signed certificate
79
76
```
80
77
---
81
78
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "management" {
27
27
datastore = "datastore-1"
28
28
esxi_host = "172.23.24.20"
29
29
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 "
31
31
hostname = "Management-Server-example"
32
32
33
33
// 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
20
20
provider "vsphere" {}
21
21
22
22
module "single_gateway" {
23
- source = "CheckPointSW/cloudguard-network-security/vmware/// modules/single-gateway"
23
+ source = "CheckPointSW/cloudguard-network-security/vmware//modules/single-gateway"
24
24
25
25
// VMware vCenter configuration
26
26
datacenter_name = "datacenter"
You can’t perform that action at this time.
0 commit comments