Skip to content

Commit c035b84

Browse files
author
Mathieu Benoit
authored
Merge pull request #18 from humanitec-architecture/k8s-logging
no k8s_logging
2 parents 305f2c1 + 811be7c commit c035b84

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

modules/htc_res_defs/main.tf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster" {
2525
}
2626

2727

28-
resource "humanitec_resource_definition" "k8s_logging" {
29-
driver_type = "humanitec/logging-k8s"
30-
id = "${var.prefix}logging"
31-
name = "${var.prefix}logging"
32-
type = "logging"
33-
34-
driver_inputs = {}
35-
}
36-
37-
resource "humanitec_resource_definition_criteria" "k8s_logging" {
38-
resource_definition_id = humanitec_resource_definition.k8s_logging.id
39-
env_id = var.environment
40-
env_type = var.environment_type
41-
}
42-
43-
4428
resource "humanitec_resource_definition" "k8s_namespace" {
4529
driver_type = "humanitec/echo"
4630
id = "${var.prefix}namespace"

0 commit comments

Comments
 (0)