From a4915f2f4bf9a6e8d74b0ddf4a869c4cfae341b9 Mon Sep 17 00:00:00 2001 From: Young Date: Tue, 20 Feb 2024 17:12:06 -0600 Subject: [PATCH] pre-commit fix --- distributed-databases/trino/eks.tf | 2 +- distributed-databases/trino/trino.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributed-databases/trino/eks.tf b/distributed-databases/trino/eks.tf index ff9ab9118..6213f38a5 100644 --- a/distributed-databases/trino/eks.tf +++ b/distributed-databases/trino/eks.tf @@ -111,4 +111,4 @@ module "eks_aws_auth" { ] } ] -} \ No newline at end of file +} diff --git a/distributed-databases/trino/trino.tf b/distributed-databases/trino/trino.tf index 119322276..b654cf9c6 100644 --- a/distributed-databases/trino/trino.tf +++ b/distributed-databases/trino/trino.tf @@ -139,4 +139,4 @@ module "trino_addon" { service_account = local.trino_sa } } -} \ No newline at end of file +}