sapher / terraform-provider-compile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Compiler Provider

WTFPL

⚠️ You shouldn't use this provider

Terraform provider for compiling your code in place

Requirements

Usages

provider "compiler" {
}

resource "compile" "default" {
    provider = "compiler"
    image    = "python3.7"
    input    = "${path.module}/input"
    output   = "${path.module}/output"
    filename = "lambda.zip"
}

About

License:Do What The F*ck You Want To Public License


Languages

Language:Go 99.5%Language:Makefile 0.5%