diff --git a/flowlogs-role/README.md b/flowlogs-role/README.md
index 2cedace..39bb54b 100644
--- a/flowlogs-role/README.md
+++ b/flowlogs-role/README.md
@@ -64,4 +64,3 @@ module "role_flowlogs" {
| Name | Description |
|------|-------------|
| [role\_arn](#output\_role\_arn) | Created flowlogs role ARN |
-| [role\_name](#output\_role\_name) | Created flowlogs role name |
diff --git a/flowlogs-role/outputs.tf b/flowlogs-role/outputs.tf
index e82b991..515aafe 100644
--- a/flowlogs-role/outputs.tf
+++ b/flowlogs-role/outputs.tf
@@ -2,9 +2,3 @@ output "role_arn" {
description = "Created flowlogs role ARN"
value = module.flowlogs.role_arn
}
-
-output "role_name" {
- description = "Created flowlogs role name"
- value = module.flowlogs.role_name
-}
-