| Name | Version |
|---|---|
| terraform | >= 1.5.0 |
| aws | ~> 5.0 |
No providers.
| Name | Source | Version |
|---|---|---|
| alb | ./modules/alb | n/a |
| ecs | ./modules/ecs | n/a |
| rds | ./modules/rds | n/a |
| security_groups | ./modules/security_groups | n/a |
| vpc | ./modules/vpc | n/a |
No resources.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| alb_name | The name for ALB | string |
n/a | yes |
| cidr_block | The cidr_block for VPC | string |
n/a | yes |
| db_instance_name | The name for the db instance | string |
n/a | yes |
| db_name | The name for db | string |
n/a | yes |
| db_password | The password for the RDS database | string |
n/a | yes |
| db_username | The username for the RDS database | string |
n/a | yes |
| ecs_container_image | The name for ECS container image | string |
n/a | yes |
| ecs_container_name | The name for ECS container | string |
n/a | yes |
| ecs_service_name | The name for ECS service | string |
n/a | yes |
| ecs_task_family | The name for the ECS task | string |
n/a | yes |
| local_user_ip | The IP of the user who can access the ALB | list(string) |
n/a | yes |
| vpc_name | The name for VPC | string |
n/a | yes |
| Name | Description |
|---|---|
| alb_dns_name | n/a |
| rds_endpoint | n/a |