Skip to content

Commit

Permalink
Revert "Update availability Zones to remove 1a from mainnet indexer (#…
Browse files Browse the repository at this point in the history
…106)" (#107)

This reverts commit 7f8c7b9.
  • Loading branch information
affanv14 authored Jul 25, 2024
1 parent 7f8c7b9 commit 73900a0
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 73900a0

Please sign in to comment.