From 0d82ffe4ec97f91f566f2cf66bb1b06e2b4cc83b Mon Sep 17 00:00:00 2001 From: Sjuul Janssen Date: Fri, 22 Jul 2022 11:08:02 +0200 Subject: [PATCH] updating docs --- README.md | 3 --- examples/example.tf | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index e7cb9fc..fe1267e 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,6 @@ module "system" { service_check_include_tags = ["host:myserver"] } - - - ``` diff --git a/examples/example.tf b/examples/example.tf index 72c0f53..588c935 100644 --- a/examples/example.tf +++ b/examples/example.tf @@ -8,6 +8,3 @@ module "system" { filter_str = "host:myserver" service_check_include_tags = ["host:myserver"] } - - -