Skip to content

Commit

Permalink
Merge pull request #65 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.9.0

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

0 comments on commit a9360eb

Please # to comment.