Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jan 9, 2023
1 parent 5187678 commit 890b708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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. |


Expand Down

0 comments on commit 890b708

Please sign in to comment.