From 30f70d264c54723bf381f34b2c11ef2af8ec7bbd Mon Sep 17 00:00:00 2001 From: "k.bigwheel" Date: Thu, 2 Apr 2020 18:20:02 +0900 Subject: [PATCH] Fix module source and name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc021d63..d5975ae2 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ module "iam_assumable_role" { `iam-assumable-role-with-oidc`: ```hcl -module "iam_assumable_role" { - source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" +module "iam_assumable_role_with_oidc" { + source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc" version = "~> 2.0" create_role = true