Allow VPN to Dogfood (#10564)

This commit is contained in:
Robert Fairburn 2023-03-17 11:06:46 -05:00 committed by GitHub
parent 25641c094c
commit 7a795ed31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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