Skip to content

Commit

Permalink
Merge pull request #68 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.10.0

Update terraform-aws-modules/iam/aws requirement from ~> v4.9.0 to ~> v4.10.0 in /eks-vpc
  • Loading branch information
timurgaleev authored Jan 20, 2022
2 parents a9360eb + ac4440a commit 2d9e384
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.9.0"
version = "~> v4.10.0"
create_role = true
role_name = "cluster-autoscaler"
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand Down

0 comments on commit 2d9e384

Please # to comment.