diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6aa4b..5896789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [2.0.8] - 2022-01-11 +### Added +- 3 new IPs added to `gcp-us-east4` (Ashburn, Northern Virginia) +- 3 new IPs added to `gcp-us-central1` (Council Bluffs, Iowa) +- 4 new IPs added to `gcp-us-west1` (The Dalles, Oregon) +- 5 new IPs added to `gcp-europe-west2` (London, England, UK) +- 3 new IPs added to `gcp-europe-west3` (Frankfurt, Germany) +- 1 new IP added to `gcp-asia-northeast1` (Tokyo, Japan) + ## [2.0.7] - 2021-12-27 ### Added - 3 new IPs added to `gcp-us-west1` diff --git a/README.md b/README.md index 7ea43d8..2d81cf7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please make sure to read the Looker documentation before you start using this mo ```hcl module "looker-ips" { source = "captn3m0/looker-ips/data" - version = "v2.0.7" + version = "v2.0.8" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { diff --git a/locals.tf b/locals.tf index cdcd0f2..e02df3d 100644 --- a/locals.tf +++ b/locals.tf @@ -19,11 +19,17 @@ locals { "35.245.177.112", "34.86.214.226", "35.221.30.177", + "35.221.62.218", + "34.86.34.135", + "35.236.240.168", ] # Iowa gcp-us-central1 = [ "34.70.246.244", + "34.69.207.176", + "34.70.128.74", + "35.239.118.197", ] # Oregon @@ -43,7 +49,11 @@ locals { "35.185.199.172", "34.83.94.151", "35.203.184.48", - "34.83.138.105" + "34.83.138.105", + "35.185.212.2", + "34.82.56.47", + "34.127.100.106", + "34.83.236.166", ] # Canada / Montreal @@ -51,7 +61,7 @@ locals { "35.203.16.100", ] - # London + # London, England, UK gcp-europe-west2 = [ "35.246.117.58", "35.246.10.206", @@ -64,12 +74,20 @@ locals { "34.105.209.44", "34.89.124.139", "34.105.219.154", + "34.105.219.154", + "34.142.123.96", + "34.142.77.18", + "34.105.131.133", + "34.89.54.84", ] - # Frankfurt + # Frankfurt, Germany gcp-europe-west3 = [ "34.89.161.120", "35.198.128.126", + "34.159.224.187", + "34.159.10.59", + "34.159.72.77", ] # Eemshaven, Netherlands @@ -92,6 +110,7 @@ locals { # Tokyo, Japan gcp-asia-northeast1 = [ "34.84.255.194", + "35.221.107.211", ] # Singapore @@ -190,6 +209,7 @@ locals { "18.193.187.100", "18.196.108.86", "18.198.157.149", + "18.193.187.100", ] eks-ap-northeast-1 = [ "54.250.91.57",