All Projects → kennethreitz-archive → terrapyn

kennethreitz-archive / terrapyn

Licence: other
A Python module for slinging infrastructure (with terraform).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to terrapyn

nixcfg
My nix configuration(s), using flakes. It's my laptop, it's my servers, it's my everything, in code.
Stars: ✭ 44 (-45.68%)
Mutual labels:  infrastructure-as-code
gruntwork-io.github.io
The gruntwork.io website
Stars: ✭ 38 (-53.09%)
Mutual labels:  infrastructure-as-code
ansible-unity
Ansible Modules for Dell EMC Unity
Stars: ✭ 19 (-76.54%)
Mutual labels:  infrastructure-as-code
one-click-microservice
A starting point for automating the creation of microservices and all its Ops costs with a single click.
Stars: ✭ 27 (-66.67%)
Mutual labels:  infrastructure-as-code
aws-cfn-custom-resource-lambda-edge
🏗 AWS CloudFormation custom resource that allows deploying Lambda@Edge from any region
Stars: ✭ 19 (-76.54%)
Mutual labels:  infrastructure-as-code
mojito-admin-starter
此项目主要为了演示如何自动化 Fullstack project 的 Infrastructure。
Stars: ✭ 17 (-79.01%)
Mutual labels:  infrastructure-as-code
tfu
tfu is a terraform helper to update the providers.
Stars: ✭ 13 (-83.95%)
Mutual labels:  infrastructure-as-code
terraform-provider-hsdp
Terraform provider to orchestrate various HSDP resources like IAM, CDL, CDR, MDM, Container Host, Edge, etc
Stars: ✭ 26 (-67.9%)
Mutual labels:  infrastructure-as-code
aztack
Terraform module for creating Kubernetes clusters running on Azure
Stars: ✭ 69 (-14.81%)
Mutual labels:  infrastructure-as-code
schema-registry-gitops
Manage Confluent Schema Registry subjects through Infrastructure as code
Stars: ✭ 36 (-55.56%)
Mutual labels:  infrastructure-as-code
awesome-iac-testing
A list of awesome IaC testing articles, speeches & links. Especially about Ansible.
Stars: ✭ 56 (-30.86%)
Mutual labels:  infrastructure-as-code
stein
A linter for config files with a customizable rule set
Stars: ✭ 92 (+13.58%)
Mutual labels:  infrastructure-as-code
molecule-demo
Molecule for Ansible Role Testing Demonstration for AnsibleFest 2017
Stars: ✭ 18 (-77.78%)
Mutual labels:  infrastructure-as-code
terraform-pb
Programmatic management of infrastructure using Terraform and Protocol Buffers
Stars: ✭ 18 (-77.78%)
Mutual labels:  infrastructure-as-code
aws-cdk-starter
No description or website provided.
Stars: ✭ 31 (-61.73%)
Mutual labels:  infrastructure-as-code
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-80.25%)
Mutual labels:  infrastructure-as-code
aws-cloudformation-simplified
AWS CloudFormation - Simplified | Hands On Learning !!
Stars: ✭ 51 (-37.04%)
Mutual labels:  infrastructure-as-code
POSH-HPEOneView
PowerShell language bindings library for HPE OneView.
Stars: ✭ 116 (+43.21%)
Mutual labels:  infrastructure-as-code
home-lab
Documentation and configurations for my home lab
Stars: ✭ 41 (-49.38%)
Mutual labels:  infrastructure-as-code
dad
Small configuration management tool for Clojure
Stars: ✭ 122 (+50.62%)
Mutual labels:  infrastructure-as-code

Terrapyn: Orchestrate Terraform with Python

Work in progress. Passion project.

Usage

>>> from terrapyn import Terraform
>>> tf = Terraform()

>>> tf
<TerraformCommand version='0.11.8'>

>>> tf.working_dir
WindowsPath('C:/Users/me/AppData/Local/Temp/terrapyn-p2p9iy63-terraform-plan')

The rest is a work in progress :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].