Skip to content

Commit

Permalink
Bump version of the Terraform module "irsa" to 5.39.1 (#551)
Browse files Browse the repository at this point in the history
* chore: Update the Terraform module version of terraform-aws-modules/i...

... am/aws in cik8s-cluster.tf

Made with ❤️️ by updatecli

* chore: Update the Terraform module version of terraform-aws-modules/i...

... am/aws in cik8s-cluster.tf

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 7d03c07 commit ac02157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cik8s-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module "cik8s" {

module "cik8s_iam_role_autoscaler" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.39.0"
version = "5.39.1"
create_role = true
role_name = "${local.autoscaler_account_name}-cik8s"
provider_url = replace(module.cik8s.cluster_oidc_issuer_url, "https://", "")
Expand Down
2 changes: 1 addition & 1 deletion eks-public-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ resource "aws_iam_policy" "cluster_autoscaler_public" {

module "eks_iam_assumable_role_autoscaler_eks_public" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.39.0"
version = "5.39.1"
create_role = true
role_name = "${local.autoscaler_account_name}-eks-public"
provider_url = replace(module.eks-public.cluster_oidc_issuer_url, "https://", "")
Expand Down

0 comments on commit ac02157

Please sign in to comment.