An orchestration tool for Terraform
Project description
terraform-worker
terraform-worker
is a command line tool for pipelining terraform operations while sharing state between them. The worker consumese a yaml configuration file which is broken up into two sections, definitions (which were really just top level modules) and sub-modules. The definitions are put into a worker config in order, with the terraform variables, and remote state variables. Following is a sample configuration file and command:
./worker.yaml
terraform:
providers:
aws:
vars:
region: //aws-region//
version: "~> 2.61"
# global level variables
terraform_vars:
region: //aws-region//
environment: dev
definitions:
# Either setup a VPC and resources, or deploy into an existing one
network:
path: /definitions/aws/network-existing
database:
path: /definitions/aws/rds
% worker --aws-profile default --backend s3 terraform --show-output example1
NOTE: When adding a provider from a non-hashicorp source, use a source
field, as follows
(the source
field is only valid for terraform 13+ and is not emitted when using 12):
providers:
...
kubectl:
vars:
version: "~> 1.9"
source: "gavinbunney/kubectl"
Development
# virtualenv setup stuf... and then:
% pip install poetry && make init
Background
The terraform worker was a weekend project to run terraform against a series of definitions (modules). The idea was the configuration vars, provider configuration, remote state, and variables from remote state would all be dynamically generated. The purpose was for building kubernetes deployments, and allowing all of the configuration information to be stored as either yamnl files in github, or have the worker configuration generated by an API which stored all of the deployment configurations in a database.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file terraform-worker-0.8.2.linux-x86_64.tar.gz
.
File metadata
- Download URL: terraform-worker-0.8.2.linux-x86_64.tar.gz
- Upload date:
- Size: 55.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c934fc6d4c732f5d82a39e6fddde760e141267ce527cf176be8cf1e2bc659e84 |
|
MD5 | 364a6caa06d6cce6df993af3cc5aba28 |
|
BLAKE2b-256 | 41fb234ed7e41b96b4ae26ae0f5e721418a5862fc5b794501a8784dfaa223f53 |
File details
Details for the file terraform_worker-0.8.2-py2.py3-none-any.whl
.
File metadata
- Download URL: terraform_worker-0.8.2-py2.py3-none-any.whl
- Upload date:
- Size: 45.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57fab4b5b25776a66ec3b6211c9d955198520ac7d6f7b89b029213f7514ba8a5 |
|
MD5 | ab4a94d845999f78e38f2c5b6711a0ec |
|
BLAKE2b-256 | f5c514cb85be6fc5a6f3d43106031ad715b34763a00b07cb85f0b9c355b30a36 |