Adapt network config to new vSwitch

This commit is contained in:
Paul-Henri Froidmont 2022-04-01 01:22:29 +02:00
parent 37b85f860e
commit 667603ee99
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ resource "hcloud_network_subnet" "banditlair_vswitch_network_subnet" {
network_id = hcloud_network.private_network.id
network_zone = "eu-central"
ip_range = "10.0.2.0/24"
vswitch_id = 22304
vswitch_id = 29224
}
resource "hcloud_server" "db1" {