Skip to content

Commit 19e5d8d

Browse files
author
Mathieu Benoit
authored
Update humanitec.tf - no k8s_logging because default now
1 parent c04ba25 commit 19e5d8d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

modules/base/humanitec.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster_driver" {
3030
env_type = var.environment
3131
}
3232

33-
34-
resource "humanitec_resource_definition" "k8s_logging" {
35-
driver_type = "humanitec/logging-k8s"
36-
id = "default-logging"
37-
name = "default-logging"
38-
type = "logging"
39-
40-
driver_inputs = {}
41-
}
42-
43-
resource "humanitec_resource_definition_criteria" "k8s_logging" {
44-
resource_definition_id = humanitec_resource_definition.k8s_logging.id
45-
}
46-
47-
4833
resource "humanitec_resource_definition" "k8s_namespace" {
4934
driver_type = "humanitec/echo"
5035
id = "default-namespace"

0 commit comments

Comments
 (0)