Skip to content

Commit

Permalink
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 and Jasper-Ben committed Aug 1, 2023
1 parent 8c1770d commit 51a04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform_example/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_iam_policy" "eks_rolling_update" {

module "iam_assumable_role_eks_rolling_update" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "4.24.1"
version = "5.28.0"
create_role = true
role_name = var.app_name
provider_url = var.eks_oidc_provider
Expand Down

0 comments on commit 51a04dc

Please sign in to comment.