Compare commits

...

8 Commits

Author SHA1 Message Date
Nemo 213a3ca2bb
Create FUNDING.yml 2022-05-30 14:52:58 +05:30
Nemo 7bbd04a490 v3.0.0 2022-02-02 18:00:46 +05:30
Nemo dae566c226 Remove a duplicate IP address 2022-01-12 13:57:10 +05:30
Nemo 15af795883 [docs] Fix link in CHANGELOG 2022-01-11 11:38:02 +05:30
Nemo fed66d8609 New IPs 2022-01-11 11:12:18 +05:30
Nemo ae84da963b v2.0.7 2021-12-27 14:28:05 +05:30
Nemo 332fc394e7 [release] v2.0.6 2021-12-21 14:15:43 +05:30
Nemo b0cc10d21c Update against Looker website 2021-12-21 14:15:22 +05:30
5 changed files with 87 additions and 32 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
ko_fi: captn3m0
liberapay: captn3m0
github: captn3m0

View File

@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased] ## [Unreleased][unreleased]
## [3.0.0] - 2022-02-02
### Removed
- IPs/CIDRs for instances hosted on Amazon EKS in us-east-2 region (Ohio) have been removed.
## [2.0.9] - 2022-01-12
### Removed
- Removed a duplicate IP address from `gcp-europe-west2` (London)
## [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)
- 1 new IP added to `eks-eu-central-1` (Frankfurt)
## [2.0.7] - 2021-12-27
### Added
- 3 new IPs added to `gcp-us-west1`
## [2.0.6] - 2021-12-21
### Added
- 6 new IPs added to `eks-eu-central-1`
- 6 new IPs added to `eks-ca-central-1`
- New region: `eks-us-east-2` with 3 IPs
- 1 new IP for `gcp-europe-west3`
### Removed
- 1 IP removed from `gcp-us-east1` (`35.196.227.117`)
- 1 IP removed from `gcp-europe-west2` (`34.142.123.96`)
## [2.0.5] - 2021-11-23 ## [2.0.5] - 2021-11-23
### Removed ### Removed
- All IPs that were added in [2.0.3]. These changes were reverted by Looker and were confirmed as a mistake. - All IPs that were added in [2.0.3]. These changes were reverted by Looker and were confirmed as a mistake.
@ -150,7 +182,12 @@ 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/v3.0.0...HEAD
[3.0.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.9...v3.0.0
[2.0.9]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.8...v2.0.9
[2.0.8]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.4...v2.0.5 [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.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

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.5" version = "v2.0.9"
} }
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {
@ -49,23 +49,7 @@ If you are unsure which region your instance is in, please reach out to Looker s
## Requirements ## Requirements
No requirements. Supports Terraform 0.11 and above.
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
No inputs.
## Outputs ## Outputs
@ -99,6 +83,8 @@ No inputs.
| eks\_ips | IP addresses for instances hosted on Amazon EKS across all regions | | eks\_ips | IP addresses for instances hosted on Amazon EKS across all regions |
| eks\_sa\_east\_1 | IP addresses for instances hosted on Amazon EKS in sa-east-1 region. | | eks\_sa\_east\_1 | IP addresses for instances hosted on Amazon EKS in sa-east-1 region. |
| eks\_sa\_east\_1\_cidr | CIDRs for instances hosted on Amazon EKS in sa-east-1 region | | eks\_sa\_east\_1\_cidr | CIDRs for instances hosted on Amazon EKS in sa-east-1 region |
| eks\_us\_east\_2 | IP addresses for instances hosted on Amazon EKS in us-east-2 region. |
| eks\_us\_east\_2\_cidr | CIDRs for instances hosted on Amazon EKS in us-east-2 region |
| eks\_us\_west\_2 | IP addresses for instances hosted on Amazon EKS in us-west-2 region. | | eks\_us\_west\_2 | IP addresses for instances hosted on Amazon EKS in us-west-2 region. |
| eks\_us\_west\_2\_cidr | CIDRs for instances hosted on Amazon EKS in us-west-2 region | | eks\_us\_west\_2\_cidr | CIDRs for instances hosted on Amazon EKS in us-west-2 region |
| gcp\_asia\_east1\_cidr | CIDRs for instances hosted on GCP (Taiwan / asia-east1) | | gcp\_asia\_east1\_cidr | CIDRs for instances hosted on GCP (Taiwan / asia-east1) |

View File

@ -1,10 +1,8 @@
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
@ -21,11 +19,17 @@ locals {
"35.245.177.112", "35.245.177.112",
"34.86.214.226", "34.86.214.226",
"35.221.30.177", "35.221.30.177",
"35.221.62.218",
"34.86.34.135",
"35.236.240.168",
] ]
# Iowa # Iowa
gcp-us-central1 = [ gcp-us-central1 = [
"34.70.246.244", "34.70.246.244",
"34.69.207.176",
"34.70.128.74",
"35.239.118.197",
] ]
# Oregon # Oregon
@ -42,7 +46,14 @@ 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",
"34.83.94.151",
"35.203.184.48",
"34.83.138.105",
"35.185.212.2",
"34.82.56.47",
"34.127.100.106",
"34.83.236.166",
] ]
# Canada / Montreal # Canada / Montreal
@ -50,7 +61,7 @@ locals {
"35.203.16.100", "35.203.16.100",
] ]
# London # London, England, UK
gcp-europe-west2 = [ gcp-europe-west2 = [
"35.246.117.58", "35.246.117.58",
"35.246.10.206", "35.246.10.206",
@ -64,11 +75,18 @@ locals {
"34.89.124.139", "34.89.124.139",
"34.105.219.154", "34.105.219.154",
"34.142.123.96", "34.142.123.96",
"34.142.77.18",
"34.105.131.133",
"34.89.54.84",
] ]
# Frankfurt # Frankfurt, Germany
gcp-europe-west3 = [ gcp-europe-west3 = [
"34.89.161.120", "34.89.161.120",
"35.198.128.126",
"34.159.224.187",
"34.159.10.59",
"34.159.72.77",
] ]
# Eemshaven, Netherlands # Eemshaven, Netherlands
@ -91,11 +109,12 @@ 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
@ -161,39 +180,47 @@ 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",
"18.193.187.100",
] ]
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",
] ]
} }

View File

@ -477,6 +477,7 @@ output "all_cidr" {
local.de, local.de,
local.au, local.au,
local.sa, local.sa,
local.eks-us-west-2,
local.eks-ca-central-1, local.eks-ca-central-1,
local.eks-eu-central-1, local.eks-eu-central-1,
local.eks-ap-northeast-1, local.eks-ap-northeast-1,
@ -510,6 +511,7 @@ output "all_ips" {
local.de, local.de,
local.au, local.au,
local.sa, local.sa,
local.eks-us-west-2,
local.eks-ca-central-1, local.eks-ca-central-1,
local.eks-eu-central-1, local.eks-eu-central-1,
local.eks-ap-northeast-1, local.eks-ap-northeast-1,