An open API service indexing awesome lists of open source software.

https://github.com/stuartellis/tfg

A little application that generates Terraform and OpenTF commands
https://github.com/stuartellis/tfg

Last synced: about 1 year ago
JSON representation

A little application that generates Terraform and OpenTF commands

Awesome Lists containing this project

README

          

# TFG

A little application that generates Terraform and OpenTofu commands.

-----

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [Licenses](#licenses)

## Install

You can install this tool with [pipx](https://pypa.github.io/pipx/). For example, this command installs *tfg* from the *main* branch of the GitHub repository:

```shell
pipx install --spec git+https://github.com/stuartellis/tfg.git tfg
```

## Usage

You can run this tool immediately with [pipx](https://pypa.github.io/pipx/). For example, this command runs *tfg* from the *main* branch of the GitHub repository:

```shell
pipx run --spec git+https://github.com/stuartellis/tfg.git tfg --version
```

## Contributing

Follow the guidance in the *CONTRIBUTING* document to set up a development environment and make changes to this project.

## Licenses

This project is licensed under the [MIT](https://spdx.org/licenses/MIT.html) license © 2024-present Stuart Ellis.

The license declarations are compliant with [version 3.2 of the REUSE Specification](https://reuse.software/spec/).