Skip to content

Commit

Permalink
Update availability Zones to remove 1a from mainnet indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 authored Jul 23, 2024
1 parent 06d9ca6 commit c8a109e
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-1a", "ap-northeast-1c", "ap-northeast-1d"]
availability_zones = ["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 c8a109e

Please sign in to comment.