From d2e1ff5e3a496c60d688ce519f4def9ca720f661 Mon Sep 17 00:00:00 2001 From: Rafno Date: Mon, 28 Mar 2022 10:27:36 +0000 Subject: [PATCH] Update README.md Fixes reference to the instance profile ARN rather than its name, otherwise applying this throws an error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee7abe..abce560 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ module "emr" { # name = each.key # iam_roles = { # datalake_role = module.iam.segment_datalake_iam_role_arn, -# emr_instance_profile_role = module.iam.iam_emr_instance_profile +# emr_instance_profile_role = module.iam.iam_emr_instance_profile_role_arn # } # } ```