Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent a8fb48b commit bcc4d87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion flowlogs-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ module "role_flowlogs" {
| Name | Description |
|------|-------------|
| <a name="output_role_arn"></a> [role\_arn](#output\_role\_arn) | Created flowlogs role ARN |
| <a name="output_role_name"></a> [role\_name](#output\_role\_name) | Created flowlogs role name |
6 changes: 0 additions & 6 deletions flowlogs-role/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit bcc4d87

Please sign in to comment.