We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04ba25 commit 19e5d8dCopy full SHA for 19e5d8d
modules/base/humanitec.tf
@@ -30,21 +30,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster_driver" {
30
env_type = var.environment
31
}
32
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
48
resource "humanitec_resource_definition" "k8s_namespace" {
49
driver_type = "humanitec/echo"
50
id = "default-namespace"
0 commit comments