diff --git a/CHANGELOG.md b/CHANGELOG.md index 81504be..4f6aa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [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` @@ -160,7 +164,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.6...HEAD +[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.7...HEAD +[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.4]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v2.0.3...v2.0.4 diff --git a/README.md b/README.md index 6bc6c0a..7ea43d8 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.6" + version = "v2.0.7" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { diff --git a/locals.tf b/locals.tf index 4eec828..cdcd0f2 100644 --- a/locals.tf +++ b/locals.tf @@ -41,6 +41,9 @@ locals { "34.82.193.215", "35.233.222.226", "35.185.199.172", + "34.83.94.151", + "35.203.184.48", + "34.83.138.105" ] # Canada / Montreal