Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/ecs-container-definition/aws…
Browse files Browse the repository at this point in the history
… to v0.55.0 (cloudposse#134)

* chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.53.0

* Auto Format

* Update main.tf

* Auto Format

* Update main.tf

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: nitro <[email protected]>
  • Loading branch information
4 people authored Mar 19, 2021
1 parent bdd7688 commit 1b58c8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Available targets:
|------|--------|---------|
| alb_ingress | cloudposse/alb-ingress/aws | 0.20.0 |
| alb_target_group_cloudwatch_sns_alarms | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.15.0 |
| container_definition | cloudposse/ecs-container-definition/aws | 0.49.2 |
| container_definition | cloudposse/ecs-container-definition/aws | 0.55.0 |
| ecr | cloudposse/ecr/aws | 0.32.2 |
| ecs_alb_service_task | cloudposse/ecs-alb-service-task/aws | 0.47.0 |
| ecs_cloudwatch_autoscaling | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.0 |
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|------|--------|---------|
| alb_ingress | cloudposse/alb-ingress/aws | 0.20.0 |
| alb_target_group_cloudwatch_sns_alarms | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.15.0 |
| container_definition | cloudposse/ecs-container-definition/aws | 0.49.2 |
| container_definition | cloudposse/ecs-container-definition/aws | 0.55.0 |
| ecr | cloudposse/ecr/aws | 0.32.2 |
| ecs_alb_service_task | cloudposse/ecs-alb-service-task/aws | 0.47.0 |
| ecs_cloudwatch_autoscaling | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.0 |
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "alb_ingress" {

module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.49.2"
version = "0.55.0"
container_name = module.this.id
container_image = var.use_ecr_image ? module.ecr.repository_url : var.container_image
container_memory = var.container_memory
Expand Down

0 comments on commit 1b58c8c

Please sign in to comment.