Skip to content

Commit

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

Update Terraform terraform-aws-modules/iam/aws to v5
  • Loading branch information
nlamirault authored May 20, 2022
2 parents af81a45 + 990b5bc commit e4fa80c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/grafana/grafana.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "aws_iam_policy" "grafana" {

module "grafana_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.0.0"

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

module "loki_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.0.0"

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

module "prometheus_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.0.0"

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

module "tempo_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.0.0"

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

module "thanos_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.0.0"

for_each = toset(var.service_accounts)

Expand Down

0 comments on commit e4fa80c

Please sign in to comment.