Skip to content

Commit

Permalink
Revert "Remove apne-1a az (#132)" (#133)
Browse files Browse the repository at this point in the history
This reverts commit 6c74332.
  • Loading branch information
roy-dydx authored Sep 18, 2024
1 parent 6c74332 commit 403934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
indexers = {
ap-northeast-1 = {
name = "indexer-apne1"
availability_zones = ["ap-northeast-1c", "ap-northeast-1d"]
availability_zones = ["ap-northeast-1a", "ap-northeast-1c", "ap-northeast-1d"]
vpc_cidr_block = "10.0.0.0/16"
private_subnets_availability_zone_to_cidr_block = {
"ap-northeast-1a" = "10.0.0.0/24"
Expand Down

0 comments on commit 403934f

Please sign in to comment.