Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 48aa9de commit 7b07918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "aws_iam_policy_document" "policy" {

module "cluster_role_policy" {
source = "terraform-aws-modules/iam/aws//modules/iam-policy"
version = "5.32.0"
version = "5.45.0"

for_each = { for k, policy in local.policies : k => policy }

Expand All @@ -54,7 +54,7 @@ module "cluster_role_policy" {

module "cluster_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.32.0"
version = "5.45.0"

create_role = true

Expand Down

0 comments on commit 7b07918

Please sign in to comment.