Skip to content

Commit

Permalink
Merge pull request #10 from DrFaust92/renovate/terraform-aws-modules-…
Browse files Browse the repository at this point in the history
…iam-aws-2.x

Update Terraform terraform-aws-modules/iam/aws to v2.20.0
  • Loading branch information
DrFaust92 authored Sep 8, 2020
2 parents b7774af + 8d5a451 commit 2948749
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 = "2.19.0"
version = "2.20.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 2948749

Please sign in to comment.