From 61797c7a010aa46baca53557c6192732fd1147fc Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 10 Feb 2021 00:07:34 +0530 Subject: [PATCH] IP changes for instances hosted in AWS EKS us-east-1 --- locals.tf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/locals.tf b/locals.tf index 4164719..e647771 100644 --- a/locals.tf +++ b/locals.tf @@ -147,9 +147,9 @@ locals { ] /** - Use these IP addresses for all instances hosted on Amazon EKS - that were created on or after 07/07/2020. - */ + * Use these IP addresses for all instances hosted on Amazon EKS + * that were created on or after 07/07/2020. + */ eks-us-east-1 = [ "18.210.137.130", @@ -158,10 +158,11 @@ locals { "18.235.225.163", "54.92.246.223", "75.101.147.97", - "3.212.72.104", - "52.21.115.135", - "18.210.252.49", + "52.55.239.166", + "52.86.109.68", + "54.159.176.199", ] + eks-ca-central-1 = [ "52.60.157.61", "35.182.169.25",