[release] v1.3.8

This commit is contained in:
Nemo 2021-02-10 00:07:51 +05:30
parent 61797c7a01
commit 3617dddb49
2 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][unreleased]
## [1.3.8][1.3.8] - 2021-02-10
- 3 IPs removed and 3 IPs added for instances hosted on Amazon EKS `us-east-1` region.
## [1.3.7][1.3.7] - 2020-12-24
### Added
@ -104,7 +107,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.5...HEAD
[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.8...HEAD
[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
[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

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 = "v1.3.7"
version = "v1.3.8"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {