From 012e4f05cfd59f49314d319bffb250d111e8f2bd Mon Sep 17 00:00:00 2001 From: roy-dydx <133032749+roy-dydx@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:53:28 -0400 Subject: [PATCH] Revert "Remove apne-1a az (#132)" This reverts commit 6c743321fe34dde9be7df84e827b0c2774d81705. --- indexer/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/terraform.tfvars b/indexer/terraform.tfvars index 02ca0eaa..96ecf5d4 100644 --- a/indexer/terraform.tfvars +++ b/indexer/terraform.tfvars @@ -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"