Skip to content

Commit

Permalink
Example tfvars file should not have overlapping IPs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradSchieban authored Jul 26, 2023
1 parent 11e5f35 commit 3c14d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/02a-nsxt/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ segments = [
{
description = "example-subnet2"
display_name = "example-subnet2"
cidr = "10.123.1.1/24"
cidr = "10.123.2.1/24"
tags = {
tier = "backend",
environment = "dev"
Expand Down

0 comments on commit 3c14d58

Please sign in to comment.