From 890b7083a0fd0c8c03e6d51ea1de1af1e9f672f6 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Mon, 9 Jan 2023 13:52:33 +0000 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d7e8b..29873f3 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Here is an example of how you can use this module in your inventory structure: ```hcl module "iam-role" { source = "clouddrove/iam-role/aws" - version = "0.15.1" + version = "1.3.0" name = "iam-role" application = "clouddrove" @@ -151,6 +151,8 @@ Here is an example of how you can use this module in your inventory structure: |------|-------------| | arn | The Amazon Resource Name (ARN) specifying the role. | | name | Name of specifying the role. | +| policy | The policy document attached to the role. | +| role | The name of the role associated with the policy. | | tags | A mapping of tags to assign to the resource. |