Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 10dc167 commit 2e8ddbb
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.47.1"

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.47.1"

create_role = true

Expand Down

0 comments on commit 2e8ddbb

Please sign in to comment.