You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid index
│
│ on ../../modules/cluster/irsa.tf line 46, in module "iam_assumable_role_tekton_bot":
│ 46: role_policy_arns = concat([aws_iam_policy.tekton-bot[0].arn], var.additional_tekton_role_policy_arns)
│ ├────────────────
│ │ aws_iam_policy.tekton-bot is empty tuple
│
│ The given key does not identify an element in this collection value.
Terraform version
The output of terraform version is: 0.15.3
COPY OUTPUT HERE
Module version
Operating system
The text was updated successfully, but these errors were encountered:
Summary
If I set
create_tekton_role
to false, it does not work.Steps to reproduce the behavior
in main.tf:
Expected behavior
terraform plan/apply succeeds!
Actual behavior
Error: Invalid index
│
│ on ../../modules/cluster/irsa.tf line 46, in module "iam_assumable_role_tekton_bot":
│ 46: role_policy_arns = concat([aws_iam_policy.tekton-bot[0].arn], var.additional_tekton_role_policy_arns)
│ ├────────────────
│ │ aws_iam_policy.tekton-bot is empty tuple
│
│ The given key does not identify an element in this collection value.
Terraform version
The output of
terraform version
is: 0.15.3Module version
Operating system
The text was updated successfully, but these errors were encountered: