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
Community Note
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_systemresource. I would like to have theRemoteAdministrationEndpoint(Windows Remote PowerShell Endpoint) also available as an attribute.New or Affected Resource(s)
Potential Terraform Configuration
Addition of a
remote_admin_endpointattribute to the resource which can be used to retrieve theRemoteAdministrationEndpoint. This could then be referenced asReferences