Skip to content

Commit

Permalink
chore(deps): bump cloudposse/ecs-container-definition/aws (#2002)
Browse files Browse the repository at this point in the history
Bumps [cloudposse/ecs-container-definition/aws](https://github.com/cloudposse/terraform-aws-ecs-container-definition) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/cloudposse/terraform-aws-ecs-container-definition/releases)
- [Commits](cloudposse/terraform-aws-ecs-container-definition@0.60.1...0.61.0)

---
updated-dependencies:
- dependency-name: cloudposse/ecs-container-definition/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 58ae893 commit bf0f418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/gost_api/task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {

module "api_container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.60.1"
version = "0.61.0"

container_name = "api"
container_image = local.api_container_image
Expand Down Expand Up @@ -95,7 +95,7 @@ module "api_container_definition" {

module "datadog_container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.60.1"
version = "0.61.0"

container_name = "datadog"
container_image = "public.ecr.aws/datadog/agent:latest"
Expand Down

0 comments on commit bf0f418

Please sign in to comment.