Skip to content

Commit b4c0e64

Browse files
authored
chore(docs): changed ipv4 prefix in loadbalancer resource example to represent a working example (#999)
1 parent df0f152 commit b4c0e64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/loadbalancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ resource "stackit_loadbalancer" "example" {
119119
resource "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
126126
resource "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

examples/resources/stackit_loadbalancer/resource.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ resource "stackit_loadbalancer" "example" {
100100
resource "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

107107
resource "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

0 commit comments

Comments
 (0)