File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/resources/stackit_loadbalancer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ resource "stackit_loadbalancer" "example" {
119119resource "stackit_network" "lb_network" {
120120 project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
121121 name = "lb-network-example"
122- ipv4_prefix = "192.168.1 .0/24 "
122+ ipv4_prefix = "192.168.10 .0/25 "
123123 ipv4_nameservers = ["8.8.8.8"]
124124}
125125
126126resource "stackit_network" "target_network" {
127127 project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
128128 name = "target-network-example"
129- ipv4_prefix = "192.168.2 .0/24 "
129+ ipv4_prefix = "192.168.10 .0/25 "
130130 ipv4_nameservers = ["8.8.8.8"]
131131}
132132
Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ resource "stackit_loadbalancer" "example" {
100100resource "stackit_network" "lb_network" {
101101 project_id = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
102102 name = " lb-network-example"
103- ipv4_prefix = " 192.168.1 .0/24 "
103+ ipv4_prefix = " 192.168.10 .0/25 "
104104 ipv4_nameservers = [" 8.8.8.8" ]
105105}
106106
107107resource "stackit_network" "target_network" {
108108 project_id = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
109109 name = " target-network-example"
110- ipv4_prefix = " 192.168.2 .0/24 "
110+ ipv4_prefix = " 192.168.10 .0/25 "
111111 ipv4_nameservers = [" 8.8.8.8" ]
112112}
113113
You can’t perform that action at this time.
0 commit comments