From e817c130aac92e7b859afdb64f3c8ea01946b940 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 18 Sep 2024 10:58:35 -0500 Subject: [PATCH] chore: Add clarifying support disclaimer like the original/main project (#25) --- .pre-commit-config.yaml | 4 ++-- README.md | 13 +++++++++++-- tests/complete/README.md | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 210c8da..3ecbd92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: ['--markdown-linebreak-ext=md'] @@ -10,7 +10,7 @@ repos: - id: detect-aws-credentials args: ['--allow-missing-credentials'] - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.81.2 + rev: v1.96.1 hooks: - id: terraform_fmt - id: terraform_docs diff --git a/README.md b/README.md index 38659e8..d563538 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,16 @@ module "development_team" { } ``` - +## 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-teams/issues) +> provided. If you are interested in contributing to EKS Blueprints, see the +> [Contribution guide](https://github.com/aws-ia/terraform-aws-eks-blueprints-teams/blob/main/.github/CONTRIBUTING.md). + + ## Requirements | Name | Version | @@ -325,7 +334,7 @@ No modules. | [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role | | [namespaces](#output\_namespaces) | Map of Kubernetes namespaces created and their attributes | | [rbac\_group](#output\_rbac\_group) | The name of the Kubernetes RBAC group | - + ## License diff --git a/tests/complete/README.md b/tests/complete/README.md index a5b57dd..490a83b 100644 --- a/tests/complete/README.md +++ b/tests/complete/README.md @@ -19,7 +19,7 @@ $ terraform apply Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources. - + ## Requirements | Name | Version | @@ -77,6 +77,6 @@ No inputs. | [red\_team\_iam\_role\_unique\_id](#output\_red\_team\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role | | [red\_team\_namespaces](#output\_red\_team\_namespaces) | Mapf of Kubernetes namespaces created and their attributes | | [red\_team\_rbac\_group](#output\_red\_team\_rbac\_group) | The name of the Kubernetes RBAC group | - + Apache-2.0 Licensed. See [LICENSE](https://github.com/aws-ia/terraform-aws-eks-blueprints-teams/blob/main/LICENSE)