diff --git a/security.tf b/security.tf index 3108fdb..d5656e2 100644 --- a/security.tf +++ b/security.tf @@ -1,7 +1,7 @@ module "role" { count = var.execution_role_arn == null ? 1 : 0 - source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.2.1" + source = "github.com/pbs/terraform-aws-iam-role-module?ref=0.2.2" name = local.execution_role_name