dwowitz / terraform-bridge

Bridge allowing Terraform content to be used with Lyra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyra

What is the Lyra Terraform Bridge?

Lyra is an open source workflow engine for provisioning and managing cloud native infrastructure. Using infrastructure as code, Lyra enables you to declaratively provision and manage public cloud, private cloud, and other API-backed resources as well as orchestrate imperative actions.

The Lyra Terraform Bridge makes Terraform providers useable in Lyra.

Getting Started

If you want to make use of Terraform providers that have already been integrated you don't need to use this repo directly. When you build Lyra it will incorporate all this content automatically. If you wish to contribute by integrating new providers or improving the bridge, then you can do the following:

Build

The project requires Go 1.11 or higher, and go modules to be on.

Build the project using make:

make

When no targets are specified, the build will lint, test, compile and sanity-check every plugin.

Refreshing content

Refresh all currently integrated providers like this:

make generate

Integrating new content

To follow!

Contributing

We'd love to get contributions from you! For a quick guide, take a look at our guide to contributing.

About

Bridge allowing Terraform content to be used with Lyra

License:Apache License 2.0


Languages

Language:Go 91.6%Language:Makefile 8.4%