Skip to content

Commit

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

Update Terraform terraform-aws-modules/iam/aws to v2.18.0
  • Loading branch information
DrFaust92 authored Aug 24, 2020
2 parents 207ed1f + ed2776b commit 60d335f
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 60d335f

Please sign in to comment.