Skip to content

Commit

Permalink
update database cidr block
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 25, 2024
1 parent e51c5b5 commit 927d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
appsubnetcidr = "10.1.1.0/24"
websubnetcidr = "10.1.2.0/24"
lbsubnetcidr = "10.1.3.0/24"
dbsubnetcidr = "10.0.4.0/24"
dbsubnetcidr = "10.1.4.0/24"
}
}
}

0 comments on commit 927d60b

Please sign in to comment.