terraform-plugin-mux version
Relevant provider source code
N/A
Terraform Configuration Files
N/A
Expected Behavior
The NewMuxServer() func should in the tf5muxserver and tf6muxserver packages should return a pointer to muxServer.
Actual Behavior
The NewMuxServer() func in the tf5muxserver and tf6muxserver packages returns a reference to muxServer.
Steps to Reproduce
N/A
References