Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.42.0
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 Jul 29, 2024
1 parent fab69a1 commit ab0e121
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.37.1"
version = "5.42.0"

create_role = true
role_description = "ADOTCollector"
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_agent" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.37.1"
version = "5.42.0"

create_role = true
role_description = "Cloudwatch Agent"
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.37.1"
version = "5.42.0"

create_role = true
role_description = "Role for Grafana"
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.37.1"
version = "5.42.0"

create_role = true
role_description = "Role for Loki"
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.37.1"
version = "5.42.0"

create_role = true
role_description = "Role for Tempo"
Expand Down
2 changes: 1 addition & 1 deletion modules/prometheus/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource "aws_iam_policy" "kms" {

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

create_role = true
role_description = "Prometheus Role"
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.37.1"
version = "5.42.0"

create_role = true
role_description = "Role for Tempo"
Expand Down
2 changes: 1 addition & 1 deletion modules/thanos/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "aws_iam_policy" "kms" {

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

for_each = toset(var.service_accounts)

Expand Down

0 comments on commit ab0e121

Please sign in to comment.