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 Nov 22, 2023
1 parent 1619d89 commit fcdfd97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 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 fcdfd97

Please sign in to comment.