Skip to content

Commit 5a43a32

Browse files
Readme.md fix typos (#8)
Co-authored-by: eviatars <eviatars@checkpoint.com>
1 parent 02b73d2 commit 5a43a32

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

modules/management/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ module "management" {
3434
eth0_ipaddress = "172.23.24.10"
3535
eth0_subnet_mask = 24
3636
eth0_gateway_address = "172.23.24.1"
37-
hostname = "Management-example"
3837
admin_password = "AdminPassword123!"
39-
mgmt_admin_passwd = "guiPassword123!"
38+
mgmt_gui_password = "guiPassword123!"
4039
maintenance_hash = "maintenancePassword123!"
4140
ssh_key = ""
4241
}
@@ -52,7 +51,7 @@ module "management" {
5251
- `local_ovf_path`: (**Required**) The local path to the OVF/OVA file.
5352
- `admin_password`: (**Required**) Admin password.
5453
- `hostname`: (**Required**) Management server hostname.
55-
- `mgmt_gui_passwd`: (**Required**) Management GUI Client Password.
54+
- `mgmt_gui_password`: (**Required**) Management GUI Client Password.
5655
- `maintenance_hash`: (**Required**) Default maintenance password.
5756
- `display_name`: (Optional) The display name of the Management server (from vCenter view). Default is the same as the `hostname`.
5857
- `eth0_ipaddress`: (Optional) IP address for eth0. Leave blank for DHCP.
@@ -94,4 +93,3 @@ module "management" {
9493
- `hostname`: The name of the Security Management Server.
9594
- `managed_object_id`: The managed object ID of the Security Management Server.
9695

97-
```

modules/single-gateway/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ module "single_gateway" {
8989
- `hostname`: The name of the Security Gateway.
9090
- `managed_object_id`: The managed object ID of the Security Gateway.
9191

92-
```

0 commit comments

Comments
 (0)