Skip to content

Commit

Permalink
Merge pull request #92 from god-dev-team/dependabot/terraform/eks-vpc…
Browse files Browse the repository at this point in the history
…/terraform-aws-modules/iam/aws-tw-v4.14.0

Update terraform-aws-modules/iam/aws requirement from ~> v4.13.0 to ~> v4.14.0 in /eks-vpc
  • Loading branch information
timurgaleev authored Mar 17, 2022
2 parents 8ec6718 + a05e4a4 commit bd9521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-vpc/modules/kubernetes/irsa.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "iam_assumable_role_admin" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> v4.13.0"
version = "~> v4.14.0"
create_role = true
role_name = "cluster-autoscaler"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand Down

0 comments on commit bd9521c

Please # to comment.