Skip to content

Commit

Permalink
chore: Updated the content of the file "/tmp/updatecli/github/jenkins…
Browse files Browse the repository at this point in the history
…... (#412)

... -infra/aws/cik8s-cluster.tf"
Updated the content of the file "/tmp/updatecli/github/jenkins-infra/aws/eks-public-cluster.tf"

Made with ❤️️ by updatecli

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
3 people authored May 22, 2023
1 parent 4bc430e commit 166d71a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cik8s-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ module "cik8s" {

module "cik8s_iam_role_autoscaler" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.18.0"
version = "5.19.0"
create_role = true
role_name = "${local.autoscaler_account_name}-cik8s"
provider_url = replace(module.cik8s.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -279,7 +279,7 @@ module "cik8s_iam_role_autoscaler" {

module "cik8s_irsa_ebs" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.18.0"
version = "5.19.0"
create_role = true
role_name = "${local.ebs_account_name}-cik8s"
provider_url = replace(module.cik8s.cluster_oidc_issuer_url, "https://", "")
Expand Down
6 changes: 3 additions & 3 deletions eks-public-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,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.18.0"
version = "5.19.0"
create_role = true
role_name = "${local.autoscaler_account_name}-eks-public"
provider_url = replace(module.eks-public.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -193,7 +193,7 @@ module "eks_iam_assumable_role_autoscaler_eks_public" {

module "eks-public_irsa_nlb" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.18.0"
version = "5.19.0"
create_role = true
role_name = "${local.nlb_account_name}-eks-public"
provider_url = replace(module.eks-public.cluster_oidc_issuer_url, "https://", "")
Expand All @@ -207,7 +207,7 @@ module "eks-public_irsa_nlb" {

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

0 comments on commit 166d71a

Please sign in to comment.