Compare commits

...

3 Commits

4 changed files with 23 additions and 8 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 -->

View File

@@ -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" {