From 7a795ed31dc70ab592151caea925841ccf064a69 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:06:46 -0500 Subject: [PATCH] Allow VPN to Dogfood (#10564) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 2 ++ 1 file changed, 2 insertions(+) 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