No requirements.
Name | Version |
---|---|
aws | n/a |
No modules.
Name | Type |
---|---|
aws_acm_certificate.lb | resource |
aws_acm_certificate_validation.default | resource |
aws_autoscaling_group.web | resource |
aws_launch_configuration.web | resource |
aws_lb.web | resource |
aws_lb_listener.http | resource |
aws_lb_listener.https | resource |
aws_lb_target_group.web | resource |
aws_route53_record.lb | resource |
aws_route53_record.validation | resource |
aws_security_group.lb | resource |
aws_security_group.web | resource |
aws_ami.packer | data source |
aws_route53_zone.public | data source |
aws_subnets.public | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
desired_asg_size | Desired size for the Autoscaling group | number |
2 |
no |
domain | Domain to deploy webservers to | string |
n/a | yes |
instance_type | Instance type to use for the web server. Defaulted to a smaller one for testing. | string |
"t2.micro" |
no |
max_asg_size | Maximum size for the Autoscaling group | number |
10 |
no |
min_asg_size | Minimum size for the Autoscaling group | number |
1 |
no |
project | Name for the project to be deployed | string |
"hello-world" |
no |
vpc_id | VPC to deploy to | string |
n/a | yes |
Name | Description |
---|---|
url | n/a |