Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josephphyo/terraform-state-collaboration

terraform-state-collaboration
https://github.com/josephphyo/terraform-state-collaboration

Last synced: 4 days ago
JSON representation

terraform-state-collaboration

Awesome Lists containing this project

README

        

# terraform-state-collaboration

## Requirements

| Name | Version |
|------|---------|
| terraform | ~> v0.13.4 |
| aws | ~> 3.15.0 |

## Providers

| Name | Version |
|------|---------|
| aws | ~> 3.15.0 |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| aws | The AWS credential |

object({
access_key = string
secret_key = string
region = string
})
| n/a | yes |
| ec2 | ALL IN ONE EC2 VARIABLE |
object({
instance_type = string
image_id = string
key_name = string
name = string
})
| n/a | yes |
| s3 | ALL IN ONE S# VARIABLE |
object({
name = string
env = string
})
| n/a | yes |
| vpc | ALL IN ONE VPC VARIABLES |
object({
name = string
cidr = string
azs = list(string)
public = list(string)
private = list(string)
env = string
owner = string
project = string
team = string
enable_nat = bool
enable_s3ep = bool
})
| n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| instance\_public\_dns | Instance Public DNS |
| instance\_public\_ip\_addr | Instance Public IP Address |