[release] v2.0.6

This commit is contained in:
Nemo 2021-12-21 14:15:43 +05:30
parent b0cc10d21c
commit 332fc394e7
2 changed files with 16 additions and 19 deletions

View File

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]
## [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.
@ -150,7 +160,8 @@ 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/v2.0.3...HEAD
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.6...HEAD
[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.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.5"
version = "v2.0.6"
}
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
No requirements.
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
No inputs.
Supports Terraform 0.11 and above.
## Outputs
@ -99,6 +83,8 @@ No inputs.
| 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) |