docs: updated readme and added terraform-docs config

This commit is contained in:
2022-05-27 04:03:30 +02:00
parent 6a60d271bf
commit ffd3ba0e58
2 changed files with 14 additions and 0 deletions

5
.terraform-docs.yml Normal file
View File

@@ -0,0 +1,5 @@
formatter: markdown document
output:
mode: inject
file: README.md

View File

@@ -1,3 +1,11 @@
# Terraform module for Lawndale Kubernetes environment
[![Build Status](https://drone.thomasklein.me/api/badges/thomasklein/terraform-lawndale-k8s/status.svg)](https://drone.thomasklein.me/thomasklein/terraform-lawndale-k8s)
This module manages the core Kubernetes cluster components running on Lawndale including workers.
<!-- BEGIN_TF_DOCS -->
## Requirements ## Requirements
The following requirements are needed by this module: The following requirements are needed by this module:
@@ -128,3 +136,4 @@ Default: `"udp"`
## Outputs ## Outputs
No outputs. No outputs.
<!-- END_TF_DOCS -->