From 236e197def72bb49adbb2288f37f993cacdfde71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:47:20 +0000 Subject: [PATCH] chore(deps): bump terraform-aws-modules/iam/aws from 3.13.0 to 5.48.0 Bumps [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) from 3.13.0 to 5.48.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v3.13.0...v5.48.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- thanos.tf | 2 +- yace-cloudwatch-exporter.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thanos.tf b/thanos.tf index 6edab24..a305781 100644 --- a/thanos.tf +++ b/thanos.tf @@ -68,7 +68,7 @@ data "aws_iam_policy_document" "monitoring" { # IRSA module "iam_assumable_role_monitoring" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "3.13.0" + version = "5.48.0" create_role = true role_name = "monitoring.${var.cluster_domain_name}" provider_url = var.eks_cluster_oidc_issuer_url diff --git a/yace-cloudwatch-exporter.tf b/yace-cloudwatch-exporter.tf index 585f95d..a1c4699 100644 --- a/yace-cloudwatch-exporter.tf +++ b/yace-cloudwatch-exporter.tf @@ -37,7 +37,7 @@ data "aws_iam_policy_document" "yace_cloudwatch_exporter" { module "iam_assumable_role_yace_cloudwatch_exporter" { source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" - version = "4.24.1" + version = "5.48.0" create_role = var.enable_cloudwatch_exporter ? true : false role_name = "yace.${var.cluster_domain_name}" provider_url = var.eks_cluster_oidc_issuer_url