This commit is contained in:
Nemo 2021-11-23 12:45:04 +05:30
parent 40fc3a5e2c
commit 6af6c88607
3 changed files with 23 additions and 20 deletions

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased] ## [Unreleased][unreleased]
## [2.0.5] - 2021-11-23
### Removed
- All IPs that were added in [2.0.3]. These changes were reverted by Looker and were confirmed as a mistake.
### Added
- 1 IP added in `gcp-europe-west2`
- 1 IP that was removed in `gcp-us-east1` in [2.0.3] (`35.196.227.117`).
## [2.0.4] - 2021-11-07 ## [2.0.4] - 2021-11-07
### Removed ### Removed
- 1 IP removed for `gcp-us-east1` - 1 IP removed for `gcp-us-east1`
@ -14,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 1 IP added for `gcp-us-west1` - 1 IP added for `gcp-us-west1`
- 1 IP added for `gcp-asia-northeast1` - 1 IP added for `gcp-asia-northeast1`
- 6 IPs added for `eks-ca-central-1` - 6 IPs added for `eks-ca-central-1`
- 6 IPs added for eks-eu-central-1 - 6 IPs added for `eks-eu-central-1`
## [2.0.3] - 2021-07-13 ## [2.0.3] - 2021-07-13
### Removed ### Removed
@ -144,6 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial Release - Initial Release
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.3...HEAD [unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.3...HEAD
[2.0.5]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.2...v2.0.3 [2.0.3]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.1...v2.0.2 [2.0.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.0...v2.0.1 [2.0.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.0...v2.0.1

View File

@ -16,7 +16,7 @@ Please make sure to read the Looker documentation before you start using this mo
```hcl ```hcl
module "looker-ips" { module "looker-ips" {
source = "captn3m0/looker-ips/data" source = "captn3m0/looker-ips/data"
version = "v2.0.4" version = "v2.0.5"
} }
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {

View File

@ -1,8 +1,10 @@
locals { locals {
# South Carolina # South Carolina
gcp-us-east1 = [ gcp-us-east1 = [
"35.196.243.26", "35.196.243.26",
"35.196.36.95", "35.196.36.95",
"35.196.227.117"
] ]
# Northern Virginia # Northern Virginia
@ -40,8 +42,7 @@ locals {
"35.247.61.151", "35.247.61.151",
"34.82.193.215", "34.82.193.215",
"35.233.222.226", "35.233.222.226",
"35.185.199.172", "35.185.199.172"
"35.185.212.2",
] ]
# Canada / Montreal # Canada / Montreal
@ -62,6 +63,7 @@ locals {
"34.105.209.44", "34.105.209.44",
"34.89.124.139", "34.89.124.139",
"34.105.219.154", "34.105.219.154",
"34.142.123.96",
] ]
# Frankfurt # Frankfurt
@ -89,12 +91,11 @@ locals {
# Tokyo, Japan # Tokyo, Japan
gcp-asia-northeast1 = [ gcp-asia-northeast1 = [
"34.84.255.194", "34.84.255.194",
"35.221.107.211",
] ]
# Singapore # Singapore
gcp-asia-southeast1 = [ gcp-asia-southeast1 = [
"35.185.184.54", "35.185.184.54"
] ]
# Jakarta, Indonesia # Jakarta, Indonesia
@ -160,46 +161,39 @@ locals {
eks-us-west-2 = [ eks-us-west-2 = [
"44.237.129.32", "44.237.129.32",
"54.184.191.250", "54.184.191.250",
"35.81.99.30", "35.81.99.30"
] ]
eks-ca-central-1 = [ eks-ca-central-1 = [
"52.60.157.61", "52.60.157.61",
"35.182.169.25", "35.182.169.25",
"52.60.59.128", "52.60.59.128",
"35.182.207.128",
"15.222.172.64",
"3.97.27.51",
"35.183.191.133",
"15.222.86.123",
"52.60.52.14",
] ]
eks-eu-central-1 = [ eks-eu-central-1 = [
"18.157.231.108", "18.157.231.108",
"18.157.207.33", "18.157.207.33",
"18.157.64.198", "18.157.64.198",
"18.198.116.133",
"3.121.148.178",
"3.126.54.154",
"18.193.187.100",
"18.196.108.86",
"18.198.157.149",
] ]
eks-ap-northeast-1 = [ eks-ap-northeast-1 = [
"54.250.91.57", "54.250.91.57",
"13.112.30.110", "13.112.30.110",
"54.92.76.241", "54.92.76.241",
] ]
eks-ap-southeast-2 = [ eks-ap-southeast-2 = [
"13.238.132.174", "13.238.132.174",
"3.105.238.71", "3.105.238.71",
"3.105.113.36", "3.105.113.36",
] ]
eks-sa-east-1 = [ eks-sa-east-1 = [
"54.232.58.181", "54.232.58.181",
"54.232.58.98", "54.232.58.98",
"177.71.134.208", "177.71.134.208",
] ]
azure-us-east2 = [ azure-us-east2 = [
"52.147.190.201", "52.147.190.201"
] ]
} }