All Projects β†’ jackskj β†’ terraform-pb

jackskj / terraform-pb

Licence: other
Programmatic management of infrastructure using Terraform and Protocol Buffers

Projects that are alternatives of or similar to terraform-pb

Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (+311.11%)
Mutual labels:  infrastructure, infrastructure-as-code
Terraform Aws Landing Zone
Terraform Module for AWS Landing Zone
Stars: ✭ 142 (+688.89%)
Mutual labels:  infrastructure, infrastructure-as-code
Toc
A Table of Contents of all Gruntwork Code
Stars: ✭ 111 (+516.67%)
Mutual labels:  infrastructure, infrastructure-as-code
c3
π—–πŸ― provides compliant AWS CDK components to various security standards.
Stars: ✭ 24 (+33.33%)
Mutual labels:  infrastructure, infrastructure-as-code
devopsish.com
DevOps, Cloud Native, Hybrid Cloud, Open Source, industry news, culture, and the β€˜ish between.
Stars: ✭ 33 (+83.33%)
Mutual labels:  infrastructure, infrastructure-as-code
Red-Baron
Automate creating resilient, disposable, secure and agile infrastructure for Red Teams
Stars: ✭ 326 (+1711.11%)
Mutual labels:  infrastructure, infrastructure-as-code
Terraform With Circleci Example
This is an example of automatic deployments of your infrastructure using terraform and CircleCI 2.0 workflows
Stars: ✭ 142 (+688.89%)
Mutual labels:  infrastructure, infrastructure-as-code
Terrascan
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Stars: ✭ 2,687 (+14827.78%)
Mutual labels:  infrastructure, infrastructure-as-code
Fogg
Manage Infrastructure as Code with less pain.
Stars: ✭ 181 (+905.56%)
Mutual labels:  infrastructure, infrastructure-as-code
Pulumi Aws
An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Stars: ✭ 169 (+838.89%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-vsphere-single-vm
Deploy single vSphere VM with Terraform - template.
Stars: ✭ 21 (+16.67%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-templates
Terraform templates, examples, etc.
Stars: ✭ 16 (-11.11%)
Mutual labels:  infrastructure, infrastructure-as-code
POSH-HPEOneView
PowerShell language bindings library for HPE OneView.
Stars: ✭ 116 (+544.44%)
Mutual labels:  infrastructure, infrastructure-as-code
Itamae
Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.
Stars: ✭ 1,014 (+5533.33%)
Mutual labels:  infrastructure, infrastructure-as-code
stein
A linter for config files with a customizable rule set
Stars: ✭ 92 (+411.11%)
Mutual labels:  infrastructure, infrastructure-as-code
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (+794.44%)
Mutual labels:  infrastructure, infrastructure-as-code
netris-operator
The Kubernetes Operator for Netris
Stars: ✭ 28 (+55.56%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-aws-concourse
Terraform Module for a distributed concourse cluster on AWS
Stars: ✭ 12 (-33.33%)
Mutual labels:  infrastructure, infrastructure-as-code
infra
Infrastructure management for Google Cloud Platform
Stars: ✭ 14 (-22.22%)
Mutual labels:  infrastructure
devopsbookmarks.org
Website of devopsbookmarks.org
Stars: ✭ 14 (-22.22%)
Mutual labels:  infrastructure

terraform-pb

Terrraform-pb allows the developer do manage their infrastructure programmatically with the language of their choice.

Motivation

  1. Flexibility: Many engineers prefer to manage their infrastructure with their favorite language, rather than relying on a data definition language. This project allows just that. The developer can manage his/her infrastructure by instantiating a protocall buffer object which represents a terraform resource.
  2. Starting version 0.12, Terraform Core has adopted protocall buffers for communicating with each provider. More information here. This adoption was taken to make provider development more flexible and easier to manage. Doing the same between Terraform and end clients can be beneficial for the same reason.

Notes

This is project is currently in development. What is available as of now are all resources and data types for each major providers in proto file definitions.

I am currently workin on allowing the terraform end user to establish the connection with Terraform Core using the provider definitions. This will free the developer from using data definition language such as Hashicorp configuration language(HCL).

Request for Comments

If you have thoughts, ideas, or comments about this project, please raise an issue.

Providers

Below is the list of all available providers and their versions.

Provider Version
kubernetes v1.11.1
azurerm v2.3.0
aws v2.55.0
google v3.14.0
helm v1.1.1
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].