Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/terraform
Ansible role which installs HashiCorp Terraform and related tools - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/terraform
ansible-role terraform tflint tfsec
Last synced: 1 day ago
JSON representation
Ansible role which installs HashiCorp Terraform and related tools - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/terraform
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-02-08T14:42:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T13:37:49.000Z (5 months ago)
- Last Synced: 2024-06-17T15:07:50.177Z (5 months ago)
- Topics: ansible-role, terraform, tflint, tfsec
- Homepage: https://code.europa.eu/ecgalaxy/terraform
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY terraform role
=======================This Ansible role installs HashiCorp Terraform - https://www.terraform.io/
The following additional tools are also installed:
- `tflint`: performs the linting of the code.
- `tfsec`: performs static code analysis of Terraform files.Requirements
------------- The `unzip` command, which can be provided by `ecgalaxy.common_packages`.
Role Variables
--------------See `vars` and `defaults` folders.
Dependencies
------------- optional: ecgalaxy.common_packages
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.common_packages
- ecgalaxy.terraformLicense
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------ECGALAXY team.