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 }