Skip to content

Commit

Permalink
Merge pull request #195 from nlamirault/renovate/terraform-aws-module…
Browse files Browse the repository at this point in the history
…s-iam-aws-5.x

Update Terraform terraform-aws-modules/iam/aws to v5.35.0
  • Loading branch information
nlamirault committed Mar 4, 2024
2 parents 044599e + 6eb5507 commit a86e302
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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.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.33.0"
version = "5.35.0"

for_each = toset(var.service_accounts)

Expand Down

0 comments on commit a86e302

Please sign in to comment.