From f5c15b7b948d44c5b16a80d80d363d4530d144f6 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 10 Aug 2020 13:03:07 +0530 Subject: [PATCH] New IPs for us-east4, us-central1, us-west1,europe-west2 --- locals.tf | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/locals.tf b/locals.tf index 4e5890f..debb7c2 100644 --- a/locals.tf +++ b/locals.tf @@ -10,9 +10,18 @@ locals { # Northern Virginia gcp-us-east4 = [ "35.186.176.0", + "34.86.189.113", + "34.86.136.190", "35.245.211.109", - "35.245.121.2", - "35.236.208.158" + "35.221.3.163", + "35.194.74.185", + "34.86.52.188", + "35.245.82.73", + "34.86.118.239", + "35.245.177.112", + "34.86.214.226", + "35.221.30.177", + "35.245.121.2" ] # Iowa @@ -23,11 +32,21 @@ locals { # Oregon gcp-us-west1 = [ - "35.185.199.172", "34.82.227.133", + "34.82.105.48", + "34.82.120.25", + "35.247.5.99", + "35.197.64.57", "35.233.172.23", + "35.233.249.160", + "35.247.55.33", + "35.247.117.0", + "35.247.61.151", + "34.82.193.215", + "35.233.222.226", "34.83.141.137", "34.83.151.46", + "35.185.199.172" ] # Canada / Montreal @@ -39,7 +58,16 @@ locals { # London gcp-europe-west2 = [ "35.246.117.58", - "34.89.40.253" + "35.246.10.206", + "35.197.222.220", + "35.242.138.133", + "35.189.111.173", + "34.89.25.5", + "34.105.181.133", + "34.89.127.51", + "34.105.209.44", + "34.89.124.139", + "34.105.219.154" ] # Frankfurt