gautambaghel / onboard-terraform-nocode-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onboard-terraform-nocode-modules

This repository helps with onboarding the No Code modules in your private Terraform Cloud registry, using Terraform configs stored in various locations.

usage

Requirements

Install dependencies

 > pipenv install inquirer

Run Python

 > terraform login
 > pipenv run ./main.py

Contributions

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

If you're not comfortable with command line, here are tutorials using GUI tools. If you don't have git on your machine, install it.

License

Distributed under the Mozilla Public License (v2.0). See LICENSE for more information.

About

License:Mozilla Public License 2.0


Languages

Language:Python 97.7%Language:HCL 2.3%