Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/terraform-to-ansible
Terraform to Ansible - Consume Terraform State as Ansible Inventory
https://github.com/mrlesmithjr/terraform-to-ansible
ansible hashicorp terraform
Last synced: 25 days ago
JSON representation
Terraform to Ansible - Consume Terraform State as Ansible Inventory
- Host: GitHub
- URL: https://github.com/mrlesmithjr/terraform-to-ansible
- Owner: mrlesmithjr
- License: mit
- Created: 2020-03-22T18:07:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T13:30:25.000Z (over 1 year ago)
- Last Synced: 2023-06-03T14:26:31.964Z (over 1 year ago)
- Topics: ansible, hashicorp, terraform
- Language: Python
- Homepage:
- Size: 5.19 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Terraform to Ansible
Consume Terraform tfstate and generate usable Ansible inventory.
## Build Status
### GitHub Actions
![Python Test](https://github.com/mrlesmithjr/terraform-to-ansible/workflows/Python%20Test/badge.svg)
## Requirements
- [requirements.txt](requirements.txt)
- [requirements-dev.txt](requirements-dev.txt)## Dependencies
## Documentation
Checkout [https://mrlesmithjr.github.io/terraform-to-ansible](https://mrlesmithjr.github.io/terraform-to-ansible) for project documentation.
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-python-project](https://github.com/mrlesmithjr/cookiecutter-python-project) as a template.