Skip to content

Commit

Permalink
correct input vars for aws_tgw_multiregion
Browse files Browse the repository at this point in the history
Change-Id: I606388d2f1e87cdde1c827d34697c2dbbacb0ad3
  • Loading branch information
ayushmittal-arista committed Apr 21, 2023
1 parent a7d97e8 commit ac59491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/examples/aws_tgw_multiregion/input_vars.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ vpc_info = {
}
leaf1_vpc = {
vpc_cidr = "10.4.0.0/16"
subnet_cidr = ["10.4.0/24"]
subnet_cidr = ["10.4.0.0/24"]
interface_ips = ["10.4.0.102"]
}
leaf2_vpc = {
Expand Down

0 comments on commit ac59491

Please sign in to comment.