From 06fa35a2ae1a2b0e88cc3060f582b5c0e984d55d Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 10 Oct 2021 05:15:39 +0200
Subject: [PATCH] terraform: Fix wrong statement in README about internal
 networks

Internal networks have been removed from the concept. Therefore they
should no longer be mentioned in the README.
---
 terraform/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/terraform/README.md b/terraform/README.md
index f0ceb3267..7054e9bd1 100644
--- a/terraform/README.md
+++ b/terraform/README.md
@@ -22,7 +22,6 @@ It'll deploy:
 - 1 load balancer on Hetzner Cloud with a respective DNS entry on Cloudflare for the API
 - Firewall rules for all nodes as well as specific ones for the control plane and ingress nodes
 - A placement group that should prevent all nodes from ending up on the same machine
-- An internal network for all nodes to use
 - All nodes will get the required tools installed and configurations prepared for the Kubernetes bootstrapping
 
 Why?
-- 
GitLab