diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c4541..03908be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [2.0.3] - 2021-07-13 +### Removed +- 1 IP removed for `gcp-us-west1` +### Added +- 1 IP added for `gcp-us-west1` + ## [2.0.2] - 2021-06-18 ### Added - New Region for EKS: `us-west-2` @@ -128,7 +134,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.2...HEAD +[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.3...HEAD +[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.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 diff --git a/README.md b/README.md index f87617f..bfc4b80 100644 --- a/README.md +++ b/README.md @@ -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.2" + version = "v2.0.3" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { diff --git a/locals.tf b/locals.tf index f7cd76f..cfadedf 100644 --- a/locals.tf +++ b/locals.tf @@ -31,7 +31,7 @@ locals { # Oregon gcp-us-west1 = [ "34.82.227.133", - "34.82.105.48", + "35.247.124.130", "34.82.120.25", "35.247.5.99", "35.197.64.57",