No requirements.
| Name | Version |
|---|---|
| aws | 5.14.0 |
| tls | 4.0.4 |
| Name | Source | Version |
|---|---|---|
| ebs_kms_key | terraform-aws-modules/kms/aws | 2.0.0 |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| bastion_ip_allowlist_ipv4 | List of IPv4 CIDR blocks which can access the Bastion proxy | list(string) |
[] |
no |
| bastion_ip_allowlist_ipv6 | List of IPv6 CIDR blocks which can access the Bastion proxy | list(string) |
[] |
no |
| name | Stack name to use in resource creation | string |
n/a | yes |
| ssh_public_keys | List of public keys to add during build-time | list(string) |
n/a | yes |
| subnet_id | Subnet in which to dpeloy the ec2 instance | string |
n/a | yes |
| tags | A map of tags to add to all resources | map(string) |
{} |
no |
| vpc_id | VPC ID | string |
n/a | yes |
| Name | Description |
|---|---|
| bastion_private_key | n/a |
| bastion_public_key | n/a |
| incoming_security_group_id | Security group ID for bastion sg |
| instance_eip | n/a |