From d012ae5a21942d7e9972234d7f3b66c9cf26250c Mon Sep 17 00:00:00 2001 From: SamuZad Date: Wed, 31 May 2023 12:05:46 +0100 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43db8f4..98914af 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ module "mwaa" { min_workers = 1 max_workers = 25 webserver_access_mode = "PUBLIC_ONLY" # Default PRIVATE_ONLY for production environments - + input_iam_role_additional_policies = { "additional-policy-1" = "" "additional-policy-2" = "" @@ -139,7 +139,7 @@ No modules. | [environment\_class](#input\_environment\_class) | (Optional) Environment class for the cluster. Possible options are mw1.small, mw1.medium, mw1.large.
Will be set by default to mw1.small. Please check the AWS Pricing for more information about the environment classes. | `string` | `"mw1.small"` | no | | [execution\_role\_arn](#input\_execution\_role\_arn) | (Required) The Amazon Resource Name (ARN) of the task execution role that the Amazon MWAA and its environment can assume
Mandatory if `create_iam_role=false` | `string` | `null` | no | | [force\_detach\_policies](#input\_force\_detach\_policies) | IAM role Force detach policies | `bool` | `false` | no | -| [iam\_role\_additional\_policies](#input\_iam\_role\_additional\_policies) | A map of additional policy arms to be added to the IAM role, with an arbitary key name | `map(string)` | `{}` | no | +| [iam\_role\_additional\_policies](#input\_iam\_role\_additional\_policies) | A map of additional policy ARNs to be added to the IAM role, with an arbitary key name | `map(string)` | `{}` | no | | [iam\_role\_name](#input\_iam\_role\_name) | IAM Role Name to be created if execution\_role\_arn is null | `string` | `null` | no | | [iam\_role\_path](#input\_iam\_role\_path) | IAM role path | `string` | `"/"` | no | | [iam\_role\_permissions\_boundary](#input\_iam\_role\_permissions\_boundary) | IAM role Permission boundary | `string` | `null` | no |