Skip to content

Commit

Permalink
Merge pull request #13 from humanitec-architecture/mathieu-benoit-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update humanitec.tf - no `k8s_logging` because default now
  • Loading branch information
mathieu-benoit authored Feb 27, 2024
2 parents 4b28e15 + 73567c0 commit 41dabb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions modules/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ Module that provides the reference architecture.
| [aws_iam_user_policy_attachment.humanitec_svc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |
| [helm_release.ingress_nginx](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [humanitec_resource_definition.k8s_cluster_driver](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
| [humanitec_resource_definition.k8s_logging](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
| [humanitec_resource_definition.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
| [humanitec_resource_definition_criteria.k8s_cluster_driver](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
| [humanitec_resource_definition_criteria.k8s_logging](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
| [humanitec_resource_definition_criteria.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
| [aws_elb_hosted_zone_id.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_hosted_zone_id) | data source |
Expand Down
15 changes: 0 additions & 15 deletions modules/base/humanitec.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,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 41dabb9

Please sign in to comment.