From 1cc10f65065587ee3867ccd551558bf2cafb460c Mon Sep 17 00:00:00 2001 From: Edgar Mocharnyk Date: Fri, 15 Jul 2022 12:53:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e776d5e..66206a5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Features - Creates a provider configuration with the module-created role. The role can have the following trusted entities types: - AWS account - Allow entities in other AWS accounts belonging to you or a 3rd party to perform actions in this account. - - AWS service - Allow AWS services like EC2, Lambda, or others to perform actions in this account. + - AWS service - Allow AWS services like EC2 to perform actions in this account. - Custom IAM policy documents for the module-created IAM roles. @@ -137,4 +137,4 @@ resource "scalr_workspace" "test" { # alias = "west" # uncomment if you have more than one AWS provider in the workspace } } -``` \ No newline at end of file +```