Skip to content

Commit 3460f38

Browse files
committed
gcve: fix nits
1 parent 05a54e5 commit 3460f38

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

infra/gcp/terraform/k8s-infra-gcp-gcve/maintenance-jumphost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export CLIENT_PRIVATE_KEY="$(wg genkey)"
1818
export CLIENT_PUBLIC_KEY="$(echo $CLIENT_PRIVATE_KEY | wg pubkey)"
1919
```
2020

21-
Next we have to pick an free IP address from the `192.168.29.0/24` subnet, which is not already in the server config file (see gcloud secret `maintenance-vm-wireguard-config`):
21+
Next we have to pick a free IP address from the `192.168.29.0/24` subnet, which is not already in the server config file (see gcloud secret `maintenance-vm-wireguard-config`):
2222

2323
```sh
2424
export CLIENT_IP_ADDRESS="192.168.29.X"

infra/gcp/terraform/k8s-infra-gcp-gcve/maintenance-jumphost/jumphost.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ resource "google_compute_instance" "jumphost" {
3939
}
4040
}
4141

42-
# can_ip_forward = true
43-
4442
metadata = {
4543
user-data = templatefile("${path.module}/cloud-config.yaml.tftpl", { wg0 = base64encode(data.google_secret_manager_secret_version_access.wireguard-config.secret_data) })
4644
}

0 commit comments

Comments
 (0)