-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory generator is not working. #4
Comments
@jeka I'm so sorry for the late reply. I finally had some time to look into this. I added a Would it be possible to get a sanitized version of your entire |
@jeka Actually, I might have found the cause: It appears that you are not explicitly declaring any You have |
@jtopjian You are right, I am not declaring ansible_group resources. As this is a part of an 'instance' module and I am assigning groups on invocation, i. e.:
|
@jeka Thanks for the info and for reporting this. I think this is now fixed and you can try it out in the latest release (https://github.com/jtopjian/ansible-terraform-inventory/releases/tag/v0.2.0). Let me know if you're still having problems, though. |
Hello,
at last, I have little time to play a bit more with this generator.
First, sorry for the vague description, but I have no idea how to describe it better.
So, I have a case where nbering's python version of inventory generator works and this one fails.
python version:
Go version:
I suspect that data source 'local_file' is confusing your generator.
I added a line
and the resulting output is:
I can provide more information if needed.
The text was updated successfully, but these errors were encountered: