https://github.com/raphaeldegail/ansible-hcp-terraform
An ansible collection for the HCP Terraform platform.
https://github.com/raphaeldegail/ansible-hcp-terraform
ansible ansible-collection ansible-galaxy ansible-modules hashicorp hashicorp-terraform terraform terraform-cloud
Last synced: about 1 month ago
JSON representation
An ansible collection for the HCP Terraform platform.
- Host: GitHub
- URL: https://github.com/raphaeldegail/ansible-hcp-terraform
- Owner: RaphaeldeGail
- License: gpl-3.0
- Created: 2024-05-23T01:45:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:07:16.000Z (9 months ago)
- Last Synced: 2025-02-13T15:19:11.359Z (3 months ago)
- Topics: ansible, ansible-collection, ansible-galaxy, ansible-modules, hashicorp, hashicorp-terraform, terraform, terraform-cloud
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HCP Terraform Platform Ansible Collection
This collection provides a series of Ansible modules and plugins for interacting with the [HCP Terraform](https://www.hashicorp.com/products/terraform)
This collection works with Ansible 2.16+
## Installation
```bash
ansible-galaxy collection install raphaeldegail.hcp_terraform
```## Resources Supported
* Terraform project (hcp_terraform_project, hcp_terraform_project_info)
* Terraform variable set (hcp_terraform_varset, hcp_terraform_varset_info)
* Terraform variable (hcp_terraform_var, hcp_terraform_var_info)
* Terraform workspace (hcp_terraform_workspace, hcp_terraform_workspace_info)