-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_efs_mount_target dns_name attribute returns aws_efs_filesystem dns_name instead #13645
Comments
which is the same as the EFS file system DNS name: Related: @pll Thanks for raising this issue. Can you use the file system DNS name or do you explicitly require the per-AZ DNS name? |
Hi @ewbankkit, I really wanted to use the per-AZ DNS name to isolate where my EFS volumes are accessed from, and by what. But yeah, I can make do with just the filesystem DNS name for now. Thanks for jumping on this so quickly! |
I've addressed this in #13650 (with some other minor changes) |
@DrFaust92 - Awesome! Thanks for such a quick turn-around! |
Support for new |
@bflad & @DrFaust92 - Awesome! Thank you so much for the quick turn-around on this. I'll be sure to give it a try tomorrow, or as soon as 2.67.0 is released! |
This has been released in version 2.67.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @pll as hashicorp/terraform#25157. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
outputs:
Expected Behavior
Expected
aws_efs_mount_target.dns_name
to be of the formavailability-zone.file-system-id.efs.aws-region.amazonaws.com
as per the AWS EFS documentation:https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-mount-cmd-dns-name.html
Actual Behavior
Got the
aws_efs_filesystem.dns_name
of the formfile-system-id.efs.aws-region.amazonaws.com
instead, which defeats the entire purpose of creating per-AZ EFS Mount Targets.Steps to Reproduce
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: