[release] v1.3.4

This commit is contained in:
Nemo 2020-11-05 10:19:00 +05:30
parent b140bbe083
commit 98b5e8c264
2 changed files with 15 additions and 3 deletions

View File

@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]
## [1.3.4][1.3.4] - 2020-11-05
### Fixed
- Outpus `aws_ips` and `gcp_asia_southeast1_cidr` now point to the correct IPs.
### Added
- 2 new regions for GCP: `asia-east1` and `asia-southeast2`.
### Changed
- New IPs for EKS in `us-east-1`
## [1.3.3][1.3.3] - 2020-11-03
### Changed
- New IPs for EKS in `us-east-1`
@ -78,8 +89,9 @@ 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.3...HEAD
[1.3.3]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.3...v1.3.3
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.4...HEAD
[1.3.4]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.2.3...v1.3.0

View File

@ -15,7 +15,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 = "1.3.3"
version = "1.3.4"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {