Skip to content

Commit 37a2639

Browse files
docs: fix typos in setup-iam-permissions README (#4884)
This fixes a few typos in the setup-iam-permissions README.md
1 parent fa5e83c commit 37a2639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/setup-iam-permissions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Module - IAM setup for using boundaries
22

3-
This module is optional and only added as example. You can deploy the root terraform module via you own IAM user with the right credentials. Alternatively you can create a role to deploy the root module with a limit boundary set.
3+
This module is optional and only added as example. You can deploy the root terraform module via your own IAM user with the right credentials. Alternatively you can create a role to deploy the root module with a limit boundary set.
44

5-
This module will create an AWS IAM role that is required to use permission boundaries. The created rol can be used to deploy the root module.
5+
This module will create an AWS IAM role that is required to use permission boundaries. The created role can be used to deploy the root module.
66

77
## Usages
88

@@ -33,7 +33,7 @@ output "boundary" {
3333
}
3434
```
3535

36-
Next execute the created Terraform code `terraform init && terraform apply` The module will. You can use the created role in your terraform provider with assume role and the boundary as well the namespace needs to be set to the root module.
36+
Next execute the created Terraform code via `terraform init && terraform apply`. You can use the created role in your terraform provider with assume role and the boundary as well the namespace needs to be set to the root module.
3737

3838

3939
<!-- BEGIN_TF_DOCS -->

0 commit comments

Comments
 (0)