This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git


The following commit(s) were added to refs/heads/main by this push:
     new ab2fb903 Fixes pre-commit
ab2fb903 is described below

commit ab2fb903e3b0a16e1160a4632b62e5832cd7f6c2
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Fri Apr 10 08:51:50 2026 -0700

    Fixes pre-commit
---
 examples/deployment/aws/terraform/modules/iam/main.tf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/deployment/aws/terraform/modules/iam/main.tf 
b/examples/deployment/aws/terraform/modules/iam/main.tf
index b63284f1..2b2e488e 100644
--- a/examples/deployment/aws/terraform/modules/iam/main.tf
+++ b/examples/deployment/aws/terraform/modules/iam/main.tf
@@ -86,4 +86,3 @@ resource "aws_iam_role_policy" "sqs" {
   role   = aws_iam_role.burr_server.id
   policy = data.aws_iam_policy_document.sqs_least_privilege[0].json
 }
-

Reply via email to