Compare commits

..

No commits in common. "master" and "v2.0.5" have entirely different histories.

5 changed files with 32 additions and 87 deletions

3
.github/FUNDING.yml vendored
View File

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

View File

@ -7,38 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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
### Removed
- All IPs that were added in [2.0.3]. These changes were reverted by Looker and were confirmed as a mistake.
@ -182,12 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial Release
[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
[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

View File

@ -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.9"
version = "v2.0.5"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {
@ -49,7 +49,23 @@ If you are unsure which region your instance is in, please reach out to Looker s
## Requirements
Supports Terraform 0.11 and above.
No requirements.
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
No inputs.
## Outputs
@ -83,8 +99,6 @@ Supports Terraform 0.11 and above.
| 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\_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\_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) |

View File

@ -1,8 +1,10 @@
locals {
# South Carolina
gcp-us-east1 = [
"35.196.243.26",
"35.196.36.95",
"35.196.227.117"
]
# Northern Virginia
@ -19,17 +21,11 @@ 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
@ -46,14 +42,7 @@ locals {
"35.247.61.151",
"34.82.193.215",
"35.233.222.226",
"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",
"35.185.199.172"
]
# Canada / Montreal
@ -61,7 +50,7 @@ locals {
"35.203.16.100",
]
# London, England, UK
# London
gcp-europe-west2 = [
"35.246.117.58",
"35.246.10.206",
@ -75,18 +64,11 @@ locals {
"34.89.124.139",
"34.105.219.154",
"34.142.123.96",
"34.142.77.18",
"34.105.131.133",
"34.89.54.84",
]
# Frankfurt, Germany
# Frankfurt
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
@ -109,12 +91,11 @@ locals {
# Tokyo, Japan
gcp-asia-northeast1 = [
"34.84.255.194",
"35.221.107.211",
]
# Singapore
gcp-asia-southeast1 = [
"35.185.184.54",
"35.185.184.54"
]
# Jakarta, Indonesia
@ -180,47 +161,39 @@ locals {
eks-us-west-2 = [
"44.237.129.32",
"54.184.191.250",
"35.81.99.30",
"35.81.99.30"
]
eks-ca-central-1 = [
"52.60.157.61",
"35.182.169.25",
"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 = [
"18.157.231.108",
"18.157.207.33",
"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 = [
"54.250.91.57",
"13.112.30.110",
"54.92.76.241",
]
eks-ap-southeast-2 = [
"13.238.132.174",
"3.105.238.71",
"3.105.113.36",
]
eks-sa-east-1 = [
"54.232.58.181",
"54.232.58.98",
"177.71.134.208",
]
azure-us-east2 = [
"52.147.190.201",
"52.147.190.201"
]
}

View File

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