Skip to main content

A terraform wrapper

Project description

Terraform Wrapper
=================

This project is intended to provide a wrapper around terraform for any projects where infrastructure might be duplicated in different environments. If you maintain different environments (dev, stage, prod) in separate regions, data centers, or different clouds this tool will help you maintain consistency across your infrastructure.

The Fundamentals
+++++++++++++

**Requirements**
you must have AWS credentials, and terraform already installed.

**Project Structure**
This project requires the following format:

```
.
├── environments
│   ├── dev
│   │   └── dev.tf
│   ├── environment_vars.json
│   ├── hub
│   │   └── hub.tf
│   └── prod
│   └── prod.tf
├── main.tf
└── variables.tf
```

In each project shared resources and variables are placed at the top level. Environment specific resources are placed under ``./environments/<environment_name>/<any files you want>``. The file ``./environment/environment_vars.json`` stores the information about your AWS remote state.

**Package Use**

Every time you run this package you need to specify the environment and the action. the environment is the name of the folder under ``./environments`` and the action is the typical action passed to terraform (ie. plan, destroy, apply, etc.)

A sample command would be: ``tf -environment prod -action plan``

**Usage Details**
When you run this command the tf-wrapper will:
- Symlink all files under ``./environments/<environment_name>/`` into the top level directory.
- It will delete the ``.terraform/terraform.tfstate`` and ``.terraform/terraform.tfstate.backup`` files as this project requires remote state config, negating the need for local copies of state after the run has completed.
- For commands ``apply`` and ``destroy`` the resulting run state will automatically be pushed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tf_wrapper-1.0.0-py2.py3-none-any.whl (6.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file tf_wrapper-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for tf_wrapper-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c57c07bdddd2e79b476dc6af5d8bd100b33d8b01bf55fced859e0b85741ea2d3
MD5 9e938a9f1f90ed5262e05b3754fb81f1
BLAKE2b-256 83bae509e1ec429e9b9606c82e5dd83932bc7c5e6316d18ab9555c7d5170227c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page