From bcc4d877a39cc699fb392de243dafbdb530854ee Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 9 May 2022 15:51:14 -0400 Subject: [PATCH] fix --- flowlogs-role/README.md | 1 - flowlogs-role/outputs.tf | 6 ------ 2 files changed, 7 deletions(-) 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 -} -