Skip to content

Commit

Permalink
Update humanitec.tf - no k8s_logging because default now
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jan 18, 2024
1 parent c04ba25 commit 19e5d8d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions modules/base/humanitec.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19e5d8d

Please sign in to comment.