From 19e5d8d0aab491d801b576194f6fcfad758ad81f Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 18 Jan 2024 15:35:40 -0500 Subject: [PATCH] Update humanitec.tf - no k8s_logging because default now --- modules/base/humanitec.tf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/base/humanitec.tf b/modules/base/humanitec.tf index e67bb62..4837d63 100644 --- a/modules/base/humanitec.tf +++ b/modules/base/humanitec.tf @@ -30,21 +30,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster_driver" { env_type = var.environment } - -resource "humanitec_resource_definition" "k8s_logging" { - driver_type = "humanitec/logging-k8s" - id = "default-logging" - name = "default-logging" - type = "logging" - - driver_inputs = {} -} - -resource "humanitec_resource_definition_criteria" "k8s_logging" { - resource_definition_id = humanitec_resource_definition.k8s_logging.id -} - - resource "humanitec_resource_definition" "k8s_namespace" { driver_type = "humanitec/echo" id = "default-namespace"