Skip to content

Commit

Permalink
Run terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Dec 10, 2021
1 parent c96042e commit d447edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_iam_role" "github" {
max_session_duration = var.max_session_duration
name = var.iam_role_name
path = var.iam_role_path
permissions_boundary = var.iam_role_permissions_boundary
permissions_boundary = var.iam_role_permissions_boundary
tags = var.tags
}

Expand Down

0 comments on commit d447edb

Please sign in to comment.