Skip to content

Commit 41dabb9

Browse files
author
Mathieu Benoit
authored
Merge pull request #13 from humanitec-architecture/mathieu-benoit-patch-1
Update humanitec.tf - no `k8s_logging` because default now
2 parents 4b28e15 + 73567c0 commit 41dabb9

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

modules/base/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ Module that provides the reference architecture.
3737
| [aws_iam_user_policy_attachment.humanitec_svc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |
3838
| [helm_release.ingress_nginx](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
3939
| [humanitec_resource_definition.k8s_cluster_driver](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
40-
| [humanitec_resource_definition.k8s_logging](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
4140
| [humanitec_resource_definition.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
4241
| [humanitec_resource_definition_criteria.k8s_cluster_driver](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
43-
| [humanitec_resource_definition_criteria.k8s_logging](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
4442
| [humanitec_resource_definition_criteria.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
4543
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
4644
| [aws_elb_hosted_zone_id.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/elb_hosted_zone_id) | data source |

modules/base/humanitec.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@ resource "humanitec_resource_definition_criteria" "k8s_cluster_driver" {
3333
env_type = var.environment
3434
}
3535

36-
37-
resource "humanitec_resource_definition" "k8s_logging" {
38-
driver_type = "humanitec/logging-k8s"
39-
id = "default-logging"
40-
name = "default-logging"
41-
type = "logging"
42-
43-
driver_inputs = {}
44-
}
45-
46-
resource "humanitec_resource_definition_criteria" "k8s_logging" {
47-
resource_definition_id = humanitec_resource_definition.k8s_logging.id
48-
}
49-
50-
5136
resource "humanitec_resource_definition" "k8s_namespace" {
5237
driver_type = "humanitec/echo"
5338
id = "default-namespace"

0 commit comments

Comments
 (0)