Skip to content

Commit

Permalink
Merge pull request #54 from transcend-io/dmattia/add_policy_for_assum…
Browse files Browse the repository at this point in the history
…e_role

Correct the policy ARN length
  • Loading branch information
dmattia authored Oct 12, 2022
2 parents 14b7777 + 3ea5677 commit 2101e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module "service" {
var.extra_task_policy_arns,
[aws_iam_policy.aws_policy.arn],
)
additional_task_policy_arns_count = 2 + length(var.extra_task_policy_arns)
additional_task_policy_arns_count = 3 + length(var.extra_task_policy_arns)

load_balancers = [
# Internal target group manager
Expand Down

0 comments on commit 2101e0a

Please sign in to comment.