Skip to content

Commit

Permalink
Update Terraform cloudposse/ecs-container-definition/aws to v0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent d87f0d6 commit a69a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.1"
version = "0.61.1"
container_name = "hello-world"
container_image = "hello-world:latest"
container_memory = 32
Expand Down

0 comments on commit a69a0b8

Please sign in to comment.