terraform-aws-ecs-web-app
terraform-aws-ecs-web-app copied to clipboard
Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cloudposse/terraform-aws-ecs-web-app). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/ecs-alb-service-task/aws](https://registry.terraform.io/modules/cloudposse/ecs-alb-service-task/aws) ([source](https://togithub.com/cloudposse/terraform-aws-ecs-alb-service-task)) | module | minor | `0.64.1` -> `0.66.2` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/alb-ingress/aws](https://registry.terraform.io/modules/cloudposse/alb-ingress/aws) ([source](https://togithub.com/cloudposse/terraform-aws-alb-ingress)) | module | minor | `0.24.2` -> `0.25.1` |...
## what Creates a separated variable for EFS volumes. ## why * The way **terraform-aws-ecs-web-app** [defines](https://github.com/cloudposse/terraform-aws-ecs-web-app/blob/master/variables.tf#L220-L244) and [uses](https://github.com/cloudposse/terraform-aws-ecs-web-app/blob/master/main.tf#L165) the EFS volumes with the [terraform-aws-ecs-alb-service-task](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task) module is not working correctly and...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/ecs-codepipeline/aws](https://registry.terraform.io/modules/cloudposse/ecs-codepipeline/aws) ([source](https://togithub.com/cloudposse/terraform-aws-ecs-codepipeline)) | module | minor | `0.28.8` -> `0.29.0` |...
## what and why Change all references to `git.io/build-harness` into `cloudposse.tools/build-harness`, since `git.io` redirects will stop working on April 29th, 2022. ## References - DEV-143
Hi, I don't see any aws_lb_target_group_attachment resource being used, but it can be hidden somewhere in submodules being used. Does this module cover registering container instances in ALB target group?
## what * Check the context flag as well as the cloudwatch_log_group_enabled flag to provision CW log group. * Additionally, add the same check before calls to coalesce functions that...
## what Just as shown in the code ## why I copied, pasted, modified, and applied the code; then, I got an error. ## references The input docs of the...
```hcl module "default_backend_web_app" { source = "cloudposse/ecs-web-app/aws//examples/without_authentication" version = "0.62.0" certificate_arn = "xxx" enabled = true environment = "dev" id_length_limit = "0" label_order = ["namespace", "environment", "stage", "name", "attributes"] name...