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.
=================
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.
Release files for tf-wrapper 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tf_wrapper-1.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / tf_wrapper-1.0.0-py2.py3-none-any.whl
| Download URL | tf_wrapper-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c57c07bdddd2e79b476dc6af5d8bd100b33d8b01bf55fced859e0b85741ea2d3
|
|
BLAKE2b-256 checksum How to use checksums |
83bae509e1ec429e9b9606c82e5dd83932bc7c5e6316d18ab9555c7d5170227c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |