junqueira / terraform-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-example

Build Status

-> test sample exemples https://github.com/terraform-providers/terraform-provider-aws/tree/master/examples/lambda

Standard

└── terraform-lambda
    ├── hello_lambda.py
    ├── iam.tf
    ├── lambda.tf
    ├── outputs.tf
    └── vars.tf

With Module

└── terraform-lambda-as-module
    ├── main.tf
    ├── modules
    │   └── lambda
    │       ├── function
    │       │   ├── hello_lambda.py
    │       └── lambda.tf
    ├── provider.tf
    └── vars.tf

About


Languages

Language:HCL 93.5%Language:Python 6.5%