Skip to content

Commit

Permalink
Merge pull request #32 from synapsestudios/revert-bump-to-0.61.0
Browse files Browse the repository at this point in the history
Revert bump to 0.61.0
  • Loading branch information
zacharyweidenbach authored Oct 19, 2023
2 parents 3f25524 + 7d58ab8 commit 0a34b40
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.61.0 |
| <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.61.0"
version = "0.60.0"

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

0 comments on commit 0a34b40

Please sign in to comment.