From 70c8ceeefd11bd848c346fc5d95813b0cd480007 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:44:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .deepsource.toml | 2 +- .gitignore | 2 +- CHANGELOG.md | 2 +- LICENSE | 2 +- README.md | 12 ++++++------ README.yaml | 4 ++-- docs/io.md | 1 - examples/complete-function/example.tf | 2 +- main.tf | 6 +++--- outputs.tf | 2 +- 10 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 18b001a..9fa5be7 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,4 +1,4 @@ version = 1 [[analyzers]] -name = "terraform" \ No newline at end of file +name = "terraform" diff --git a/.gitignore b/.gitignore index 8c9b9f9..5785d4b 100644 --- a/.gitignore +++ b/.gitignore @@ -207,4 +207,4 @@ terraform.tfstate *.tfstate.backup *.iml *.terraform.lock.hcl -*.lock.hcl \ No newline at end of file +*.lock.hcl diff --git a/CHANGELOG.md b/CHANGELOG.md index fe489b2..46419f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,4 +81,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.15.0]: https://github.com/clouddrove/terraform-aws-ecr/compare/0.15.0...master [1.3.0]: https://github.com/clouddrove/terraform-aws-lambda/releases/tag/1.3.0 -[1.3.1]: https://github.com/clouddrove/terraform-aws-lambda/compare/1.3.0...1.3.1 \ No newline at end of file +[1.3.1]: https://github.com/clouddrove/terraform-aws-lambda/compare/1.3.0...1.3.1 diff --git a/LICENSE b/LICENSE index 75700b7..7371f9b 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index c50b649..0f4a61c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@