Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent dcafc7c commit 40165c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "aws_ebs_csi_driver_identity" {
count = var.enable_aws_ebs_csi_driver ? 1 : 0

source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 4.2"
version = "~> 5.0"
create_role = true
role_name = local.aws_ebs_csi_driver_iam_role_name
provider_url = replace(module.eks.cluster_oidc_issuer_url, "https://", "")
Expand Down
2 changes: 1 addition & 1 deletion fluent-bit.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data "aws_iam_policy" "CloudWatchAgentServerPolicy" {

module "iam_assumable_role_with_oidc_for_fluentbit_aws" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.2.0"
version = "5.29.2"

create_role = true
role_name = local.fluent_bit_role_name
Expand Down
2 changes: 1 addition & 1 deletion modules/firestarter-operations/modules/dumps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "aws_iam_policy" "dumps_admin" {

module "iam_assumable_role_with_oidc_for_dumps_admin" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 3.0"
version = "~> 5.0"

create_role = true
role_name = local.full_iam_role_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "aws_iam_policy" "operator_account_buckets" {

module "iam_assumable_role_with_oidc_for_operator_account" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 3.0"
version = "~> 5.0"

create_role = true
role_name = local.full_iam_role_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "aws_iam_policy" "uninstalled_releases" {

module "iam_assumable_role_with_oidc_for_uninstalled_releases" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 3.0"
version = "~> 5.0"

create_role = true
role_name = local.full_iam_role_name
Expand Down

0 comments on commit 40165c6

Please sign in to comment.