Skip to content

Commit 0ac7f4d

Browse files
authored
docs: Fixed a typo in var.custom_role_trust_policy description (#194)
1 parent b17462a commit 0ac7f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/iam-assumable-role/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ No modules.
4646
| <a name="input_create_instance_profile"></a> [create\_instance\_profile](#input\_create\_instance\_profile) | Whether to create an instance profile | `bool` | `false` | no |
4747
| <a name="input_create_role"></a> [create\_role](#input\_create\_role) | Whether to create a role | `bool` | `false` | no |
4848
| <a name="input_custom_role_policy_arns"></a> [custom\_role\_policy\_arns](#input\_custom\_role\_policy\_arns) | List of ARNs of IAM policies to attach to IAM role | `list(string)` | `[]` | no |
49-
| <a name="input_custom_role_trust_policy"></a> [custom\_role\_trust\_policy](#input\_custom\_role\_trust\_policy) | A custorm role trust policy | `string` | `""` | no |
49+
| <a name="input_custom_role_trust_policy"></a> [custom\_role\_trust\_policy](#input\_custom\_role\_trust\_policy) | A custom role trust policy | `string` | `""` | no |
5050
| <a name="input_force_detach_policies"></a> [force\_detach\_policies](#input\_force\_detach\_policies) | Whether policies should be detached from this role when destroying | `bool` | `false` | no |
5151
| <a name="input_max_session_duration"></a> [max\_session\_duration](#input\_max\_session\_duration) | Maximum CLI/API session duration in seconds between 3600 and 43200 | `number` | `3600` | no |
5252
| <a name="input_mfa_age"></a> [mfa\_age](#input\_mfa\_age) | Max age of valid MFA (in seconds) for roles which require MFA | `number` | `86400` | no |

modules/iam-assumable-role/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ variable "custom_role_policy_arns" {
7777
}
7878

7979
variable "custom_role_trust_policy" {
80-
description = "A custorm role trust policy"
80+
description = "A custom role trust policy"
8181
type = string
8282
default = ""
8383
}

0 commit comments

Comments
 (0)