This commit is contained in:
Nemo 2021-06-11 19:04:28 +05:30
parent e8d5743f44
commit 5a43f62218
3 changed files with 14 additions and 3 deletions

View File

@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]
## [2.0.1] - 2021-06-11
### Added
- New IP for `gcp-us-east4`
## [2.0.0][2.0.0] - 2021-05-26
- Added: GCP/`asia-south-1` (Mumbai, India)
### Added
- GCP/`asia-south-1` (Mumbai, India)
### Removed
- Removed: `EKS-us-east-1` ("For the list of IP addresses to add to your allowlist for this region, contact Looker Support")
- Removed: `EKS-eu-west-1` ("For the list of IP addresses to add to your allowlist for this region, contact Looker Support")
## [1.4.0][1.4.0] - 2021-04-24
### Added
- 1 IP added for instances hosted on Microsoft Azure `us-east2` region.
## [1.3.8][1.3.8] - 2021-02-10
@ -117,7 +124,10 @@ 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/v1.3.8...HEAD
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.4.0...v2.0.0
[1.4.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.8...v1.4.0
[1.3.8]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.7...v1.3.8
[1.3.7]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.6...v1.3.7
[1.3.6]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.5...v1.3.6

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.0"
version = "v2.0.1"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {

View File

@ -20,6 +20,7 @@ locals {
"34.86.118.239",
"35.245.177.112",
"34.86.214.226",
"35.221.30.177",
]
# Iowa