Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.44.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 47d9cac commit 2ab53f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/adot/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/cloudwatch/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/grafana/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/loki/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/mimir/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/prometheus/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down
2 changes: 1 addition & 1 deletion modules/tempo/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.44.0"
version = "5.44.2"

for_each = var.enable_irsa ? toset(["1"]) : toset([])

Expand Down

0 comments on commit 2ab53f8

Please sign in to comment.