Erich Ohlde
Erich Ohlde
Same issue here. is_connected() always returns False, but MQTT data is being published. I have also overridden the on_connect and on_disconnect callbacks and they are never triggered.
I'm having this issue, my current work-around is to replace: ``` hcl values = [ file("${path.module}/machine-agent.yaml") ] ``` with ``` hcl values = [
@phgeraldeli, sorry, I updated my comment above, don't do the template file in the EOT, just copy the contents of your values.yaml file into the EOT space.