Skip to content

Commit

Permalink
chore(deps): bump terraform-aws-modules/iam/aws from 3.13.0 to 5.48.0
Browse files Browse the repository at this point in the history
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](terraform-aws-modules/terraform-aws-iam@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 45621f1 commit 236e197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thanos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yace-cloudwatch-exporter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 236e197

Please sign in to comment.