Skip to content

Commit

Permalink
Fix: nameformat for IAM ROle
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivreddy committed Jan 5, 2024
1 parent 2dcc230 commit c542c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-permissions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_iam_role" "this" {
count = local.create_iam_role

name = format("%s-%s-VPCFlow-Logs", var.name)
name = format("%s-VPCFlow-Logs", var.name)

assume_role_policy = <<POLICY
{
Expand Down

0 comments on commit c542c0e

Please sign in to comment.