From 4c964ab1e850f06da7f928434a955925df4ac53b Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 9 May 2022 16:27:09 -0400 Subject: [PATCH] fix --- flowlogs-role/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowlogs-role/outputs.tf b/flowlogs-role/outputs.tf index fa1e8c1..8f5622a 100644 --- a/flowlogs-role/outputs.tf +++ b/flowlogs-role/outputs.tf @@ -1,4 +1,4 @@ output "role_arn" { description = "Created flowlogs role ARN" - value = aws_iarm_role.role.arn + value = aws_iam_role.role.arn }