Skip to content

Commit

Permalink
CAT-23416 Upgrade task module to 2.0.0 which includes the cloudwatch_…
Browse files Browse the repository at this point in the history
…log_group log__group_class
  • Loading branch information
ehirsch-3pg committed Mar 11, 2024
1 parent bf58690 commit 01f04d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion task.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "task" {
count = var.task_def_arn == null ? 1 : 0
source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=1.0.24"
source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=2.0.0"

name = local.name

Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
# tflint-ignore: terraform_unused_required_providers
aws = {
version = ">= 4.5.0"
version = ">= 5.30.0"
}
}
}

0 comments on commit 01f04d7

Please sign in to comment.