github cloudposse/terraform-aws-efs 0.3.0
Fix DNS

latest releases: 1.1.0, v1, 1.0.0...
6 years ago

What

  • Fixed tags attribute for the internal resources
  • Added dns_name output
  • Changed name attribute of the internal dns module

Why

  • Use tags output from the terrafor-null-label module to follow our naming convention

  • dns_name is the internal DNS record assigned to the EFS. When mounting EC2 directory to the EFS filesystem, we don't need to use the public DNS record.
    The auto-generated private DNS 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 the id from the terrafor-null-label module to follow our naming convention and to create unique DNS records

Don't miss a new terraform-aws-efs release

NewReleases is sending notifications on new releases.