Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5.26.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 3, 2023
1 parent e3e9e0a commit 702a29d
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 @@ -14,7 +14,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -14,7 +14,7 @@

module "irsa_agent" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -14,7 +14,7 @@

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -89,7 +89,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -89,7 +89,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -86,7 +86,7 @@ resource "aws_iam_policy" "kms" {

module "irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.25.0"
version = "5.26.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 @@ -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.25.0"
version = "5.26.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 @@ -89,7 +89,7 @@ resource "aws_iam_policy" "kms" {

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

for_each = toset(var.service_accounts)

Expand Down

0 comments on commit 702a29d

Please sign in to comment.