Skip to content

RemoteAdministrationEndpoint attribute for aws_fsx_windows_file_system #13616

@ghost

Description

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • 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
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

FSx has two network interfaces attached to it. One is used by clients by using the DNS Name attribute and the other is used for remote PowerShell connections.

Currently, only the DNS name is an attribute supported by the aws_fsx_windows_file_system resource. I would like to have the RemoteAdministrationEndpoint (Windows Remote PowerShell Endpoint) also available as an attribute.

New or Affected Resource(s)

  • aws_fsx_windows_file_system

Potential Terraform Configuration

Addition of a remote_admin_endpoint attribute to the resource which can be used to retrieve the RemoteAdministrationEndpoint. This could then be referenced as

output "my_fsx_admin_endpoint" {
  value = aws_fsx_windows_file_system.my_fsx.remote_admin_endpoint
}

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/fsxIssues and PRs that pertain to the fsx service.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions