Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewsonne/tf-ecosystem
A tool for handling terraform deployments in a modular way
https://github.com/drewsonne/tf-ecosystem
Last synced: about 2 months ago
JSON representation
A tool for handling terraform deployments in a modular way
- Host: GitHub
- URL: https://github.com/drewsonne/tf-ecosystem
- Owner: drewsonne
- License: apache-2.0
- Created: 2018-06-22T08:10:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T14:17:50.000Z (over 6 years ago)
- Last Synced: 2024-11-01T11:37:39.075Z (2 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-ecosystem
A tool for handling terraform deployments in a modular way[![Build Status](https://travis-ci.com/drewsonne/tf-ecosystem.svg?branch=master)](https://travis-ci.com/drewsonne/tf-ecosystem)
[![codecov](https://codecov.io/gh/drewsonne/tf-ecosystem/branch/master/graph/badge.svg)](https://codecov.io/gh/drewsonne/tf-ecosystem)## Quickstart
$ pip install tf-ecosystem
$ tf-eco init-stack --region eu-central-1 --environment live --stack help
$ cat ~/.config/tf-ecosystem/config.ini
$ cat _eco_override.tf## Configuration Reference
### `facets`
Facets are variables used as required arguments and to describe the state path in an s3 backend.
#### `facets.state`
A list of facets strings#### `facets.optional`
A subset of `facets.state` marking those facets as optional.#### `facets.composite`
### `backend`
### `providers`
### `mappings`
A dictionary of dictionaries where each