Skip to content

Commit 5a91f14

Browse files
authored
chore: Add clarifying support disclaimer like the original/main project (#414)
1 parent c003cad commit 5a91f14

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: detect-aws-credentials
1212
args: ['--allow-missing-credentials']
1313
- repo: https://github.com/antonbabenko/pre-commit-terraform
14-
rev: v1.89.1
14+
rev: v1.96.1
1515
hooks:
1616
- id: terraform_fmt
1717
- id: terraform_docs

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ module "eks" {
5353
}
5454
```
5555

56-
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
56+
## Support & Feedback
57+
58+
> [!IMPORTANT]
59+
> EKS Blueprints for Terraform is maintained by AWS Solution Architects. It is not part of an AWS
60+
> service and support is provided as a best-effort by the EKS Blueprints community. To provide feedback,
61+
> please use the [issues templates](https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/issues)
62+
> provided. If you are interested in contributing to EKS Blueprints, see the
63+
> [Contribution guide](https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/main/.github/CONTRIBUTING.md).
64+
65+
<!-- BEGIN_TF_DOCS -->
5766
## Requirements
5867

5968
| Name | Version |
@@ -273,4 +282,4 @@ module "eks" {
273282
| <a name="output_secrets_store_csi_driver_provider_aws"></a> [secrets\_store\_csi\_driver\_provider\_aws](#output\_secrets\_store\_csi\_driver\_provider\_aws) | Map of attributes of the Helm release and IRSA created |
274283
| <a name="output_velero"></a> [velero](#output\_velero) | Map of attributes of the Helm release and IRSA created |
275284
| <a name="output_vpa"></a> [vpa](#output\_vpa) | Map of attributes of the Helm release and IRSA created |
276-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
285+
<!-- END_TF_DOCS -->

tests/complete/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform destroy -target="module.eks_blueprints_addons" -auto-approve
2727
terraform destroy
2828
```
2929

30-
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
30+
<!-- BEGIN_TF_DOCS -->
3131
## Requirements
3232

3333
| Name | Version |
@@ -71,6 +71,6 @@ No inputs.
7171
| Name | Description |
7272
|------|-------------|
7373
| <a name="output_configure_kubectl"></a> [configure\_kubectl](#output\_configure\_kubectl) | Configure kubectl: make sure you're logged in with the correct AWS profile and run the following command to update your kubeconfig |
74-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
74+
<!-- END_TF_DOCS -->
7575

7676
Apache-2.0 Licensed. See [LICENSE](https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/main/LICENSE)

0 commit comments

Comments
 (0)