[release] v1.3.5

This commit is contained in:
Nemo 2020-11-25 13:02:30 +05:30
parent f22414007f
commit bdf6236753
2 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]
## [1.3.5][1.3.5] - 2020-11-25
### Changed
- 2 IPs moved from Frankfurt (`europe-west3`) to Eemshaven (`europe-west4`)
## [1.3.4][1.3.4] - 2020-11-05
### Fixed
@ -89,7 +94,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/v1.3.4...HEAD
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.5...HEAD
[1.3.5]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.4...v1.3.5
[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

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.4"
version = "1.3.5"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {