diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index e9bb208da9..fdf6299ab8 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -57,6 +57,8 @@ module "main" { # 8mb up from 262144 (256k) default sort_buffer_size = 8388608 } + # VPN + allowed_cidr_blocks = ["10.255.1.0/24", "10.255.2.0/24", "10.255.3.0/24"] } redis_config = { name = local.customer