From 8310019af50b7d40b1ba8159a61b99aba2c91c3f Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 18 Sep 2024 10:42:40 -0500 Subject: [PATCH] chore: Add disclaimer like the original/main project --- .pre-commit-config.yaml | 4 ++-- README.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5adebd..1c2e6da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.83.4 + rev: v1.96.1 hooks: - id: terraform_fmt - id: terraform_validate @@ -23,7 +23,7 @@ repos: - '--args=--only=terraform_standard_module_structure' - '--args=--only=terraform_workspace_remote' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer diff --git a/README.md b/README.md index 502483a..c54bfa4 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,15 @@ module "eks_blueprints_addon" { } ``` +## Support & Feedback + +> [!IMPORTANT] +> EKS Blueprints for Terraform is maintained by AWS Solution Architects. It is not part of an AWS +> service and support is provided as a best-effort by the EKS Blueprints community. To provide feedback, +> please use the [issues templates](https://github.com/aws-ia/terraform-aws-eks-blueprints-addon/issues) +> provided. If you are interested in contributing to EKS Blueprints, see the +> [Contribution guide](https://github.com/aws-ia/terraform-aws-eks-blueprints-addon/blob/main/.github/CONTRIBUTING.md). + ## Requirements