From bb1fee8738861efa43203a9958021e6f1e6cdc85 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:25:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index b28434f..bda6868 100644 --- a/variables.tf +++ b/variables.tf @@ -74,4 +74,4 @@ variable "nat_gateways_lookup_overrides" { description = "Some nat gateways don't follow standard naming conventions. Use this map to override the query used for looking up Subnets. Ex: { private = \"foo-west-nonpublic-*\" }" default = "" type = string -} \ No newline at end of file +}