Releases: cloudposse/terraform-aws-efs
Releases · cloudposse/terraform-aws-efs
v0.29.1
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.11.0 @renovate (#76)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | terraform | minor | 0.10.1 -> 0.11.0 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.11.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#34)
##### what - update context.tf to v0.23.0 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added ##### why - It allows for setting the letter case of tag names and labels - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliantv0.29.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#75)
what
- update context.tf to v0.23.0
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.28.2
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.1 @renovate (#74)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | terraform | patch | 0.10.0 -> 0.10.1 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#33)
#### what This is an auto-generated PR that updates the README.md and docs #### why To have most recent changes of README.md and doc from origin templatesv0.28.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#73)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.28.0
Bc compliance @maximmi (#71)
what
- BridgeCrew compliance checks fix
- readme updated
- code clean up
- workflows updated
- default behaviour changed:
Encrypt Elastic File System
enabled by default
why
- To be able to position our modules as standards compliant
- Providing explicit note about policy attached directly to user
- removed unnecessary providers dependencies
- to stay in sync with all repos
- To comply BridgeCrew check
references
v0.27.0
v0.26.1
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 @renovate (#69)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | terraform | minor | 0.9.0 -> 0.10.0 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.0
Terraform 0.14 upgrade @maximmi (#32)
#### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14v0.26.0
fix mount_target_dns_names output @sebastianmacarescu (#60)
why
The mount_target_dns_names
output contains only the efs dns name, without the availability zone
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/efs_mount_target
v0.25.0
make this module v14 compatible @jurgenweber (#62)
what
- Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard
why
- Support Terraform 0.14
supersedes and closes #65