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.
2 parents 305f2c1 + 811be7c commit c035b84Copy full SHA for c035b84
modules/htc_res_defs/main.tf
@@ -25,22 +25,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster" {
25
}
26
27
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
44
resource "humanitec_resource_definition" "k8s_namespace" {
45
driver_type = "humanitec/echo"
46
id = "${var.prefix}namespace"
0 commit comments