Releases: cloudposse/terraform-aws-efs
Releases · cloudposse/terraform-aws-efs
0.7.0 Added additional performance tuning parameters
what
- Added additional performance tuning parameters
- Added basic example
why
- New enhancements available from underlying terraform resource
0.6.0 Add support for `encryption` and `performance_mode`
what
- Add support for
encryption
andperformance_mode
why
- These options are now available in aws_efs_file_system
0.5.0: Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.4.0: Make zone_id optional (#14)
* Enable module only if zone_id is enabled * Have zone_id default to empty * Update README.md * Update dns module version * Rebuild README
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.3.4
0.3.3
Add mount_target_ips output
What
- Add mount_target_ips output
Why
- Can't use
dns_name
attribute in a VPC withoutDNS hostnames
enabled - Can't use
dns_name
attribute with a custom DNS servers in/etc/resolv.conf
or custom DHCP Option Set
Add `mount_target_ids` output
0.3.1 Add `mount_target_ids` output (#5)