Skip to content

Commit

Permalink
Merge pull request #14 from synapsestudios/dependabot/terraform/cloud…
Browse files Browse the repository at this point in the history
…posse/ecs-container-definition/aws-0.60.0

Bump cloudposse/ecs-container-definition/aws from 0.58.1 to 0.60.0
  • Loading branch information
chrisshiplet authored Jun 28, 2023
2 parents ed4513b + d3d227b commit ea73058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can do this by commenting out the entire module, running a terraform apply,
| Name | Source | Version |
|------|--------|---------|
| <a name="module_database"></a> [database](#module\_database) | ./rds_cluster | n/a |
| <a name="module_service_container_definition"></a> [service\_container\_definition](#module\_service\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.1 |
| <a name="module_service_container_definition"></a> [service\_container\_definition](#module\_service\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.60.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion ecs_task_definitions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "service_container_definition" {
count = var.container_definitions != null ? 0 : 1

source = "cloudposse/ecs-container-definition/aws"
version = "0.58.1"
version = "0.60.0"

container_name = var.service_name
container_image = var.container_image
Expand Down

0 comments on commit ea73058

Please sign in to comment.