File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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-
5136resource "humanitec_resource_definition" "k8s_namespace" {
5237 driver_type = " humanitec/echo"
5338 id = " default-namespace"
You can’t perform that action at this time.
0 commit comments