diff --git a/README.md b/README.md
index af786f8..da6187f 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ Root folder consist an example files for simple infrastructure creating.
| [certificate\_manager](#module\_certificate\_manager) | git@github.com:filatov0120/terraform_modules.git//aws_certificate_manager | v1.3.0 |
| [ebs\_volume](#module\_ebs\_volume) | git@github.com:Filicipa/terraform_modules.git//aws_ebs | v1.3.0 |
| [ecs-cluster](#module\_ecs-cluster) | git@github.com:filatov0120/terraform_modules.git//aws_ecs_cluster | v1.3.0 |
-| [ecs-service](#module\_ecs-service) | git@github.com:filatov0120/terraform_modules.git//main_ecs_service | v1.3.0 |
+| [ecs-service](#module\_ecs-service) | git@github.com:filatov0120/terraform_modules.git//aws_ecs_service | v1.3.0 |
+| [iam\_role](#module\_iam\_role) | git@github.com:filatov0120/terraform_modules.git//aws_iam_role | v1.3.0 |
| [iam\_user](#module\_iam\_user) | git@github.com:filatov0120/terraform_modules.git//main_iam_user | v1.3.0 |
| [load\_balancer](#module\_load\_balancer) | git@github.com:filatov0120/terraform_modules.git//aws_loadbalancer | v1.3.0 |
| [rds\_postgres](#module\_rds\_postgres) | git@github.com:filatov0120/terraform_modules.git//aws_rds | v1.3.0 |
@@ -44,6 +45,7 @@ Root folder consist an example files for simple infrastructure creating.
|------|------|
| [aws_ami.ubuntu_server](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |
+| [aws_iam_policy.ecsTask](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy) | data source |
| [terraform_remote_state.shared](https://registry.terraform.io/providers/hashicorp/terraform/latest/docs/data-sources/remote_state) | data source |
## Inputs
@@ -80,6 +82,7 @@ Root folder consist an example files for simple infrastructure creating.
| [frontend\_environment\_variables](#input\_frontend\_environment\_variables) | n/a | `map(string)` | n/a | yes |
| [github\_repository](#input\_github\_repository) | GitHub repositoty URL | `string` | n/a | yes |
| [health\_check\_path](#input\_health\_check\_path) | n/a | `string` | n/a | yes |
+| [iam\_role\_name](#input\_iam\_role\_name) | IAM role name | `string` | n/a | yes |
| [iam\_user](#input\_iam\_user) | IAM user name | `string` | n/a | yes |
| [image\_tag\_mutability](#input\_image\_tag\_mutability) | n/a | `string` | n/a | yes |
| [inst1\_name](#input\_inst1\_name) | Name for instances | `string` | `"test"` | no |
@@ -125,6 +128,7 @@ Root folder consist an example files for simple infrastructure creating.
| [avz](#output\_avz) | n/a |
| [avz\_ids](#output\_avz\_ids) | n/a |
| [ecr\_url](#output\_ecr\_url) | The URL of the repository (in the form aws\_account\_id.dkr.ecr.region.amazonaws.com/repositoryName) |
+| [iam\_role\_arn](#output\_iam\_role\_arn) | n/a |
| [nat\_eip](#output\_nat\_eip) | n/a |
| [private\_subnet\_ids](#output\_private\_subnet\_ids) | n/a |
| [public\_subnet\_ids](#output\_public\_subnet\_ids) | n/a |