Skip to content

Commit

Permalink
Pin launch_template_version for EKS module
Browse files Browse the repository at this point in the history
The v17.1.0 have an issue(terraform-aws-modules/terraform-aws-eks#1446)

where each plan will have a change for the templates,
this cause our divergence pipeline fail"
Pinned the version until this fix get merged
terraform-aws-modules/terraform-aws-eks#1447
  • Loading branch information
vijay-veeranki committed Aug 9, 2021
1 parent 1197f73 commit ce02091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module "eks" {

}
}

# Out of the box you can't specify groups to map, just users. Some people did some workarounds
# we can explore later: https://ygrene.tech/mapping-iam-groups-to-eks-user-access-66fd745a6b77
map_users = [
Expand Down

0 comments on commit ce02091

Please sign in to comment.