diff --git a/modules/ecs-task-role/main.tf b/modules/ecs-task-role/main.tf index 3c27a2c..9185cf3 100644 --- a/modules/ecs-task-role/main.tf +++ b/modules/ecs-task-role/main.tf @@ -105,7 +105,7 @@ data "aws_iam_policy_document" "policy" { module "policy" { source = "terraform-aws-modules/iam/aws//modules/iam-policy" - version = "~>5.30.0" + version = "~>5.33.0" name = "${var.name}-policies" policy = data.aws_iam_policy_document.policy.json @@ -114,7 +114,7 @@ module "policy" { module "this" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" - version = "~>5.30.0" + version = "~>5.33.0" role_name = var.name role_path = var.path