Skip to content

Commit 61220c7

Browse files
authored
chore: spelling fixes discovered by codespell (#9)
1 parent 2a3a1d7 commit 61220c7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

access/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ No modules.
5757
|------|-------------|------|---------|:--------:|
5858
| <a name="input_execution_extra_roles"></a> [execution\_extra\_roles](#input\_execution\_extra\_roles) | Additional roles to grant to Stacklet for policies execution.<br/><br/>If provided, this must be a map from the role name (which gets the prefix<br/>prepended) and a list of permissions to grant to the role in addition to the<br/>default read-only permissions. | `map(list(string))` | `{}` | no |
5959
| <a name="input_iam_path"></a> [iam\_path](#input\_iam\_path) | A path for IAM created IAM roles. If set, it must include leading and trailing slashes | `string` | `"/"` | no |
60-
| <a name="input_iam_region"></a> [iam\_region](#input\_iam\_region) | Region where IAM resouces should be created. If you don't use us-east-1, set this to a region you do use. | `string` | `"us-east-1"` | no |
60+
| <a name="input_iam_region"></a> [iam\_region](#input\_iam\_region) | Region where IAM resources should be created. If you don't use us-east-1, set this to a region you do use. | `string` | `"us-east-1"` | no |
6161
| <a name="input_prefix"></a> [prefix](#input\_prefix) | An arbitrary prefix pretended to names of created resources | `string` | n/a | yes |
6262
| <a name="input_stacklet_assetdb_role_arn"></a> [stacklet\_assetdb\_role\_arn](#input\_stacklet\_assetdb\_role\_arn) | ARN for the role used by AssetDB - Provided by Stacklet | `string` | n/a | yes |
6363
| <a name="input_stacklet_destination_account_id"></a> [stacklet\_destination\_account\_id](#input\_stacklet\_destination\_account\_id) | Destination account for event forwarding - Provided by Stacklet | `string` | n/a | yes |
6464
| <a name="input_stacklet_execution_role_arn"></a> [stacklet\_execution\_role\_arn](#input\_stacklet\_execution\_role\_arn) | ARN for the role used by policies Execution - Provided by Stacklet | `string` | n/a | yes |
65-
| <a name="input_stacklet_external_id"></a> [stacklet\_external\_id](#input\_stacklet\_external\_id) | ID of the Stacklet delpoyment to restrict what can assume the roles - Provided by Stacklet | `string` | n/a | yes |
65+
| <a name="input_stacklet_external_id"></a> [stacklet\_external\_id](#input\_stacklet\_external\_id) | ID of the Stacklet deployment to restrict what can assume the roles - Provided by Stacklet | `string` | n/a | yes |
6666
| <a name="input_stacklet_target_event_bus_name"></a> [stacklet\_target\_event\_bus\_name](#input\_stacklet\_target\_event\_bus\_name) | Target event bus for event forwarding - Provided by Stacklet | `string` | `"default"` | no |
6767

6868
## Outputs

access/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable "stacklet_target_event_bus_name" {
2121
}
2222

2323
variable "stacklet_external_id" {
24-
description = "ID of the Stacklet delpoyment to restrict what can assume the roles - Provided by Stacklet"
24+
description = "ID of the Stacklet deployment to restrict what can assume the roles - Provided by Stacklet"
2525
type = string
2626
}
2727

@@ -42,7 +42,7 @@ variable "iam_path" {
4242
}
4343

4444
variable "iam_region" {
45-
description = "Region where IAM resouces should be created. If you don't use us-east-1, set this to a region you do use."
45+
description = "Region where IAM resources should be created. If you don't use us-east-1, set this to a region you do use."
4646
type = string
4747
default = "us-east-1"
4848
}

org-read/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ No modules.
4141
| <a name="input_iam_path"></a> [iam\_path](#input\_iam\_path) | A path for IAM created IAM roles. If set, it must include leading and trailing slashes | `string` | `"/"` | no |
4242
| <a name="input_prefix"></a> [prefix](#input\_prefix) | An arbitrary prefix pretended to names of created resources | `string` | n/a | yes |
4343
| <a name="input_stacklet_assetdb_role_arn"></a> [stacklet\_assetdb\_role\_arn](#input\_stacklet\_assetdb\_role\_arn) | ARN for the role used by AssetDB - Provided by Stacklet | `string` | n/a | yes |
44-
| <a name="input_stacklet_external_id"></a> [stacklet\_external\_id](#input\_stacklet\_external\_id) | ID of the Stacklet delpoyment to restrict what can assume the roles - Provided by Stacklet | `string` | n/a | yes |
44+
| <a name="input_stacklet_external_id"></a> [stacklet\_external\_id](#input\_stacklet\_external\_id) | ID of the Stacklet deployment to restrict what can assume the roles - Provided by Stacklet | `string` | n/a | yes |
4545
| <a name="input_stacklet_platform_role_arn"></a> [stacklet\_platform\_role\_arn](#input\_stacklet\_platform\_role\_arn) | ARN for the role used by Platform - Provided by Stacklet | `string` | n/a | yes |
4646

4747
## Outputs

org-read/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "stacklet_platform_role_arn" {
99
}
1010

1111
variable "stacklet_external_id" {
12-
description = "ID of the Stacklet delpoyment to restrict what can assume the roles - Provided by Stacklet"
12+
description = "ID of the Stacklet deployment to restrict what can assume the roles - Provided by Stacklet"
1313
type = string
1414
}
1515

0 commit comments

Comments
 (0)