Compare commits
3 Commits
6a60d271bf
...
b97d9016d0
| Author | SHA1 | Date | |
|---|---|---|---|
| b97d9016d0 | |||
| 3d38d4eaa2 | |||
| ffd3ba0e58 |
5
.terraform-docs.yml
Normal file
5
.terraform-docs.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
formatter: markdown document
|
||||||
|
|
||||||
|
output:
|
||||||
|
mode: inject
|
||||||
|
file: README.md
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
# Terraform module for Lawndale Kubernetes environment
|
||||||
|
[](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 -->
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ variable "lawndale_dns_host" {
|
|||||||
variable "lawndale_dns_port" {
|
variable "lawndale_dns_port" {
|
||||||
type = number
|
type = number
|
||||||
description = "Port where the lawndale internal DNS server listens on"
|
description = "Port where the lawndale internal DNS server listens on"
|
||||||
|
default = 53
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "lawndale_dns_transport" {
|
variable "lawndale_dns_transport" {
|
||||||
|
|||||||
Reference in New Issue
Block a user