rackspace-infrastructure-automation / aws-terraform-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-terraform-lambda

This module is currently a skeleton awaiting functionality built in terraform 0.12.0 This module sets up a lambda function.

Basic Usage

module "lambda_function" {

}

Full working references are available at examples

Inputs

Name Description Type Default Required
aws_region AWS region to launch servers. string "us-west-1" no

About

License:MIT License


Languages

Language:HCL 100.0%