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 02161ed commit 4c964ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "role_arn" {
description = "Created flowlogs role ARN"
value = aws_iarm_role.role.arn
value = aws_iam_role.role.arn
}

0 comments on commit 4c964ab

Please sign in to comment.