Is there any way I can execute a command on remote machine with Terraform and have the result of that command show me by output? I can use provisioner(remote-exec) to install and run commands on remote machine but couldn't find a way to the result of the command show me by output.
Thank you for your time guys.