Skip to content

Commit 2bab8c3

Browse files
committed
update README.md
1 parent d6b2727 commit 2bab8c3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
5656
## Prerequisites
5757

5858
This module has a few dependencies:
59-
60-
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
61-
- [Go](https://golang.org/doc/install)
62-
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
63-
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
59+
- [Terraform 1.5.4](https://learn.hashicorp.com/terraform/getting-started/install.html)
6460

6561

6662

@@ -126,13 +122,11 @@ Here is an example of how you can use this module in your inventory structure:
126122
| Name | Description | Type | Default | Required |
127123
|------|-------------|------|---------|:--------:|
128124
| assume\_role\_policy | Whether to create Iam role. | `any` | n/a | yes |
129-
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
130-
| delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. | `string` | `"-"` | no |
131125
| description | The description of the role. | `string` | `""` | no |
132126
| enabled | Whether to create Iam role. | `bool` | `true` | no |
133127
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
134128
| force\_detach\_policies | The policy that grants an entity permission to assume the role. | `bool` | `false` | no |
135-
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no |
129+
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
136130
| managed\_policy\_arns | Set of exclusive IAM managed policy ARNs to attach to the IAM role | `list(any)` | `[]` | no |
137131
| managedby | ManagedBy, eg 'CloudDrove' | `string` | `"[email protected]"` | no |
138132
| max\_session\_duration | The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours. | `number` | `3600` | no |
@@ -143,7 +137,6 @@ Here is an example of how you can use this module in your inventory structure:
143137
| policy\_arn | The ARN of the policy you want to apply. | `string` | `""` | no |
144138
| policy\_enabled | Whether to Attach Iam policy with role. | `bool` | `false` | no |
145139
| repository | https://github.com/clouddrove/terraform-aws-iam-role | `string` | `""` | no |
146-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). | `map(any)` | `{}` | no |
147140

148141
## Outputs
149142

0 commit comments

Comments
 (0)