Giter VIP home page Giter VIP logo

Comments (6)

acwwat avatar acwwat commented on July 17, 2024 1

I think adding a note to the documentation is the most sensible option for now - I've submitted a PR.

from terraform-provider-aws.

github-actions avatar github-actions commented on July 17, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

from terraform-provider-aws.

acwwat avatar acwwat commented on July 17, 2024

If I am not mistaken, FSx for ONTAP file systems would only provide DNS names for the management and inter-cluster endpoint. To access the file system and volumes, you also need to use a Storage Virtual Machine (SVM), which should provide you with the endpoint (DNS name) to connect to it for different protocols (SMB, NFS, iSCSI). See the aws_fsx_ontap_storage_virtual_machine resource for details.

The aws_fsx_ontap_file_system resource likely just inherited the dns_name attribute that is part of the more general FileSystem data type that is common across different flavors of FSx, but not "used" for FSx for ONTAP file systems.

from terraform-provider-aws.

relivnd avatar relivnd commented on July 17, 2024

You're right. I resolved it in my case by using the DNS name from data.aws_fsx_ontap_storage_virtual_machine and concatenating it with the junction path of the volume. Although it might even be slightly cleaner to use the data block for the SVM in the first place, I think it would be better to either:

  • remove the DNS name property from aws_fsx_ontap_file_system
  • make it work, by populating the field with the expected DNS name
  • clearly state in the documentation, that the field is not populated with any data, because it's inherited but not used

Otherwise one is just questioning why the code is not working, even though there's an underlying reason.
Currently, the documentation is misleading to:
dns_name - DNS name for the file system (e.g. fs-12345678.corp.example.com).

from terraform-provider-aws.

github-actions avatar github-actions commented on July 17, 2024

Warning

This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

from terraform-provider-aws.

github-actions avatar github-actions commented on July 17, 2024

This functionality has been released in v5.57.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. Thank you!

from terraform-provider-aws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.