Name | Version |
---|---|
terraform | >= 0.15.0 |
aws | >= 4.29.0 |
random | >= 3.6.0 |
template | >= 2.2.0 |
Name | Version |
---|---|
aws | >= 4.29.0 |
random | >= 3.6.0 |
template | >= 2.2.0 |
No modules.
Name | Description | Type | Default | Required |
---|---|---|---|---|
alb_sg_egress_rules | n/a | any |
{} |
no |
alb_sg_ingress_rules | alb | any |
{} |
no |
ami_id | The AMI ID to be used for the EC2 instances. | string |
n/a | yes |
ec2_sg_egress_rules | n/a | any |
{} |
no |
ec2_sg_ingress_rules | ec2 | any |
{} |
no |
env | n/a | string |
n/a | yes |
instance_type | The EC2 instance type for the Auto Scaling Group. | string |
n/a | yes |
private_subnets | A map of private subnet CIDR blocks keyed by their respective availability zones. | map(string) |
n/a | yes |
public_subnets | A map of public subnet CIDR blocks keyed by their respective availability zones. | map(string) |
n/a | yes |
rds_conf | n/a | any |
{} |
no |
rds_sg_egress_rules | n/a | any |
n/a | yes |
rds_sg_ingress_rules | rds | any |
n/a | yes |
region | The AWS region where resources will be created. | string |
n/a | yes |
vpc_conf | #VPC | map(any) |
{} |
no |
Name | Description |
---|---|
alb_arn | The ARN of the Application Load Balancer |
alb_dns_name | The DNS name of the Application Load Balancer |
db_endpoint | n/a |
db_id | n/a |
db_name | n/a |
db_password_ssm | n/a |
db_username | n/a |
efs_file_system_id | n/a |
security_group_id | The ID of the security group attached to the ALB |
target_group_arn | The ARN of the target group used with the ALB |
waf_web_acl_arn | The ARN of the Web ACL associated with the ALB |
You can find the video at https://youtu.be/4C1Kle5MIo8 .