Skip to content

Commit 05467f4

Browse files
authored
docs: fix typos using codespell (cloudposse/terraform-aws-components#1114)
1 parent 8a13e90 commit 05467f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ atmos terraform apply macie/delegated-administrator -s core-ue1-security
6868
### Deploy to Organization Management (root) Account
6969

7070
Next, the component is deployed to the AWS Organization Management, a/k/a `root`, Account in order to set the AWS
71-
Organization Designated Admininstrator account.
71+
Organization Designated Administrator account.
7272

7373
Note that you must `SuperAdmin` permissions as we are deploying to the AWS Organization Management account. Since we are
7474
using the `SuperAdmin` user, it will already have access to the state bucket, so we set the `role_arn` of the backend
@@ -161,7 +161,7 @@ atmos terraform apply macie/org-settings/ue1 -s core-ue1-security
161161
|------|-------------|------|---------|:--------:|
162162
| <a name="input_account_map_tenant"></a> [account\_map\_tenant](#input\_account\_map\_tenant) | The tenant where the `account_map` component required by remote-state is deployed | `string` | `"core"` | no |
163163
| <a name="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. | `map(string)` | `{}` | no |
164-
| <a name="input_admin_delegated"></a> [admin\_delegated](#input\_admin\_delegated) | A flag to indicate if the AWS Organization-wide settings should be created. This can only be done after the GuardDuty<br> Admininstrator account has already been delegated from the AWS Org Management account (usually 'root'). See the<br> Deployment section of the README for more information. | `bool` | `false` | no |
164+
| <a name="input_admin_delegated"></a> [admin\_delegated](#input\_admin\_delegated) | A flag to indicate if the AWS Organization-wide settings should be created. This can only be done after the GuardDuty<br> Administrator account has already been delegated from the AWS Org Management account (usually 'root'). See the<br> Deployment section of the README for more information. | `bool` | `false` | no |
165165
| <a name="input_attributes"></a> [attributes](#input\_attributes) | ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. | `list(string)` | `[]` | no |
166166
| <a name="input_context"></a> [context](#input\_context) | Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. | `any` | <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "descriptor_formats": {},<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "labels_as_tags": [<br> "unset"<br> ],<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {},<br> "tenant": null<br>}</pre> | no |
167167
| <a name="input_delegated_admininstrator_component_name"></a> [delegated\_admininstrator\_component\_name](#input\_delegated\_admininstrator\_component\_name) | The name of the component that created the Macie account. | `string` | `"macie/delegated-administrator"` | no |

src/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "admin_delegated" {
99
default = false
1010
description = <<DOC
1111
A flag to indicate if the AWS Organization-wide settings should be created. This can only be done after the GuardDuty
12-
Admininstrator account has already been delegated from the AWS Org Management account (usually 'root'). See the
12+
Administrator account has already been delegated from the AWS Org Management account (usually 'root'). See the
1313
Deployment section of the README for more information.
1414
DOC
1515
}

0 commit comments

Comments
 (0)