diff --git a/resource-definitions/template-driver/endpoint/endpoint-def.tf b/resource-definitions/template-driver/endpoint/endpoint-def.tf new file mode 100644 index 0000000..3286dc3 --- /dev/null +++ b/resource-definitions/template-driver/endpoint/endpoint-def.tf @@ -0,0 +1,42 @@ +resource "humanitec_resource_definition" "endpoint-example-endpoint" { + driver_type = "humanitec/template" + id = "endpoint-example-endpoint" + name = "endpoint-example-endpoint" + type = "endpoint" + driver_inputs = { + values_string = jsonencode({ + "host" = "example.com" + "port" = 8080 + "templates" = { + "init" = <