chore(docs): changed ipv4 prefix in loadbalancer resource example to represent a working example (#999)
This commit is contained in:
parent
df0f152158
commit
b4c0e64eec
2 changed files with 4 additions and 4 deletions
|
|
@ -119,14 +119,14 @@ resource "stackit_loadbalancer" "example" {
|
|||
resource "stackit_network" "lb_network" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
name = "lb-network-example"
|
||||
ipv4_prefix = "192.168.1.0/24"
|
||||
ipv4_prefix = "192.168.10.0/25"
|
||||
ipv4_nameservers = ["8.8.8.8"]
|
||||
}
|
||||
|
||||
resource "stackit_network" "target_network" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
name = "target-network-example"
|
||||
ipv4_prefix = "192.168.2.0/24"
|
||||
ipv4_prefix = "192.168.10.0/25"
|
||||
ipv4_nameservers = ["8.8.8.8"]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -100,14 +100,14 @@ resource "stackit_loadbalancer" "example" {
|
|||
resource "stackit_network" "lb_network" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
name = "lb-network-example"
|
||||
ipv4_prefix = "192.168.1.0/24"
|
||||
ipv4_prefix = "192.168.10.0/25"
|
||||
ipv4_nameservers = ["8.8.8.8"]
|
||||
}
|
||||
|
||||
resource "stackit_network" "target_network" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
name = "target-network-example"
|
||||
ipv4_prefix = "192.168.2.0/24"
|
||||
ipv4_prefix = "192.168.10.0/25"
|
||||
ipv4_nameservers = ["8.8.8.8"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue