Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 24, 2020
1 parent 207ed1f commit ed2776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_iam_policy" "ebs_controller_policy" {

module "ebs_controller_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "v2.7.0"
version = "2.18.0"
create_role = true
role_name = var.ebs_csi_controller_role_name
provider_url = replace(var.oidc_url, "https://", "")
Expand Down

0 comments on commit ed2776b

Please sign in to comment.