Releases: cloudposse/terraform-aws-efs
Releases · cloudposse/terraform-aws-efs
Fix DNS
What
- Fixed
tags
attribute for the internal resources - Added
dns_name
output - Changed
name
attribute of the internaldns
module
Why
-
Use
tags
output from theterrafor-null-label
module to follow our naming convention -
dns_name
is the internalDNS
record assigned to theEFS
. When mountingEC2
directory to theEFS
filesystem, we don't need to use the publicDNS
record.
The auto-generated privateDNS
record is faster and more secure -
The
name
attribute was too generic and conflicted with other modules which created DNS records with the same names, e.g.jenkins.cloudposse.com
.
Use theid
from theterrafor-null-label
module to follow our naming convention and to create uniqueDNS
records
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Bump `tf_label` version to `0.2.0`. Add `attributes` and `tags`
Bump tf_label
version to 0.2.0
. Add attributes
and tags
0.1.0: Implement EFS Module (#1)
* Init * Use label module * Address PR comments * Cleanup module * Update main.tf * Address PR comments * Update README.md * Update LICENSE