Hi,
are there some instrucctions of how to use the terraform module on AWX?
im testing the module cloud.terraform with Ansible on AWX, but im having the error of “missing terraform binary”.
If i use the default EE Quay, it doesnt seems to be installed the Terraform binary, and the job fails.
But if i create my own image with Terraform installed, it also fails.
am i missing to install a module in the collection?
Are you using the module on localhost, or is it running on a separate system.
Sorry, but my only example would be something from vmware:
pyvmomi is in awx-ee, but I cannot execute modules against remote systems unless the remote system has pyvmomi, so I do a delegate_to: localhost
Probably a bad example, but if you are trying to run the terraform on a remote host, the executable would need to be installed there.