terraform-inventory | Terraform State → Ansible Dynamic Inventory | Infrastructure Automation library
kandi X-RAY | terraform-inventory Summary
kandi X-RAY | terraform-inventory Summary
This is a little Go app which generates a dynamic Ansible inventory from a Terraform state file. It allows one to spawn a bunch of instances with Terraform, then (re-)provision them with Ansible.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-inventory
terraform-inventory Key Features
terraform-inventory Examples and Code Snippets
Community Discussions
Trending Discussions on terraform-inventory
QUESTION
When running terraform-inventory
executable, in the background it runs another executable by name terraform
. I would like it to follow an alias and run terraformX
instead. Since I want original terraform
executable to remain unchanged, I added terraformX
. Therefore I can't create a symlink to terraformX
and name it terraform
. terraformX
is another version of terraform
.
Alias command:
...ANSWER
Answered 2017-Nov-02 at 06:02One method is to modify the source code of terraform-inventory
and have it execute terraformX
instead of terraform
. Then compile source code of terraform-inventory
into an executable.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terraform-inventory
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page