Skip to content

Commit 71d1947

Browse files
authored
chore: Remove outposts example (#3154)
1 parent c60b70f commit 71d1947

File tree

11 files changed

+3
-672
lines changed

11 files changed

+3
-672
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.92.2
3+
rev: v1.95.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ module "eks" {
160160

161161
- [EKS Managed Node Group](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/eks-managed-node-group): EKS Cluster using EKS managed node groups
162162
- [Karpenter](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter): EKS Cluster with [Karpenter](https://karpenter.sh/) provisioned for intelligent data plane management
163-
- [Outposts](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/outposts): EKS local cluster provisioned on [AWS Outposts](https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts.html)
164163
- [Self Managed Node Group](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/self-managed-node-group): EKS Cluster using self-managed node groups
165164

166165
## Contributing
@@ -170,7 +169,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
170169
- [Code of Conduct](https://github.com/terraform-aws-modules/.github/blob/master/CODE_OF_CONDUCT.md)
171170
- [Contributing Guide](https://github.com/terraform-aws-modules/.github/blob/master/CONTRIBUTING.md)
172171

173-
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
172+
<!-- BEGIN_TF_DOCS -->
174173
## Requirements
175174

176175
| Name | Version |
@@ -365,7 +364,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
365364
| <a name="output_oidc_provider_arn"></a> [oidc\_provider\_arn](#output\_oidc\_provider\_arn) | The ARN of the OIDC Provider if `enable_irsa = true` |
366365
| <a name="output_self_managed_node_groups"></a> [self\_managed\_node\_groups](#output\_self\_managed\_node\_groups) | Map of attribute maps for all self managed node groups created |
367366
| <a name="output_self_managed_node_groups_autoscaling_group_names"></a> [self\_managed\_node\_groups\_autoscaling\_group\_names](#output\_self\_managed\_node\_groups\_autoscaling\_group\_names) | List of the autoscaling group names created by self-managed node groups |
368-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
367+
<!-- END_TF_DOCS -->
369368

370369
## License
371370

examples/outposts/README.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

examples/outposts/main.tf

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)