Name | Version |
---|---|
terraform | ~> 1.9.0 |
aws | ~> 5.86.0 |
http | 3.4.5 |
random | ~> 3.6.3 |
Name | Version |
---|---|
aws | ~> 5.86.0 |
http | 3.4.5 |
random | ~> 3.6.3 |
No modules.
Name | Description | Type | Default | Required |
---|---|---|---|---|
cidr | The CIDR block for the VPC | string |
"" |
no |
database_type | The type of database to use (postgresql or sqlserver) | string |
"" |
no |
owner | The owner of the infrastructure | string |
"skylight" |
no |
private_subnet_ids | List of private subnet IDs | list(string) |
n/a | yes |
project | The project name | string |
"dibbs" |
no |
public_subnet_ids | List of public subnet IDs | list(string) |
n/a | yes |
ssh_key_name | The name of the SSH key to use for the instances | string |
"" |
no |
tags | Tags to apply to resources | map(string) |
{} |
no |
vpc_id | ID of the VPC | string |
n/a | yes |