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 PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/ecs-cloudwatch-sns-alarms/aws](https://registry.terraform.io/modules/cloudposse/ecs-cloudwatch-sns-alarms/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-ecs-cloudwatch-sns-alarms)) | module | minor | `0.12.2` -> `0.13.2` | --- ###...
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://redirect.github.com/cloudposse/terraform-aws-ecs-alb-service-task)) | module | minor | `0.64.1` -> `0.78.0` | --- ###...
Bumps the go_modules group in /test/src with 2 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/hashicorp/go-getter` from 1.7.4 to 1.7.5 Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git Config...
## what The following variables have been removed from upstream module `cloudposse/alb-ingress/aws`, and stopped being used since `v0.58.0` [1]: * `alb_ingress_unauthenticated_listener_arns_count` * `alb_ingress_authenticated_listener_arns_count` ## references [1] https://github.com/cloudposse/terraform-aws-ecs-web-app/commit/20a8d1c697662c794c887ab7cc524f37ab7a3be7
### Describe the Feature The "service_connect_configurations" block is now supported by the "cloudposse/ecs-alb-service-task/aws" module which is used by this module. I would like to be able to pass a service...
## what The `resource_requirements` variable is supported by the `aws_ecs_task_definition` resource. This allows users to specify the type and amount of resources (like GPUs) to assign to a container. ##...
### Describe the Feature Terraform to wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing ### Expected Behavior Terraform to fail if a...
### Describe the Feature Adding this variable is dependent on the below feature request https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues/258 This is a workaround to prevent the below error from happening about 1 in 10...