Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephphyo/terraform-state-collaboration
- Owner: josephphyo
- Created: 2020-11-16T14:24:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T14:05:06.000Z (almost 4 years ago)
- Last Synced: 2023-11-05T10:26:41.621Z (about 1 year ago)
- Language: HCL
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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({| n/a | yes |
access_key = string
secret_key = string
region = string
})
| ec2 | ALL IN ONE EC2 VARIABLE |object({| n/a | yes |
instance_type = string
image_id = string
key_name = string
name = string
})
| s3 | ALL IN ONE S# VARIABLE |object({| n/a | yes |
name = string
env = string
})
| vpc | ALL IN ONE VPC VARIABLES |object({| n/a | yes |
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
})## Outputs
| Name | Description |
|------|-------------|
| instance\_public\_dns | Instance Public DNS |
| instance\_public\_ip\_addr | Instance Public IP Address |