terraform-provider-gzip

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2016 License: MIT Imports: 10 Imported by: 0

README

Terraform GZIP resource plugin

A simple plugin that gzips and base64 encodes whatever is passed to it as input. Primarily used for passing large user_data to AWS instances.

Usage:

To install the plugin:

Edit ~/.terraformrc

providers {
    gzip = "terraform-provider-gzip"
}


Then in your terraform scripts:

provider "gzip" {
  compressionlevel = "BestCompression"
}

resource "gzip_me" "example_data" {
    input = "Thing that will be gzipped"
}

Then example_data.output should contain your data, but gzipped

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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