terraform-backend-http

command module
v0.0.0-...-ad22a97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2019 License: MIT Imports: 4 Imported by: 0

README

terraform-backend-http

An extendable HTTP backend framework for terraform

Features

  • Optional state encryption with AES-256-GCM
  • Custom state metadata extraction
  • Extensible store

Overview

There are two components to a backend.

  1. The backend itself which provides generic http.HandleFunc functions for the various operations required by an http state backend. This allows compatibility with most popular http server frameworks and allows control over authentication, ssl, etc.

  2. The store which is an interface that can be implemented to allow any storage type. This allows custom stores to be developed outside this repo.

Implementations

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL