Skip to content

Commit c04ba25

Browse files
Update humanitec.tf - driver_type = "humanitec/echo" (#12)
1 parent 642aa97 commit c04ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/humanitec.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "humanitec_resource_definition_criteria" "k8s_logging" {
4646

4747

4848
resource "humanitec_resource_definition" "k8s_namespace" {
49-
driver_type = "humanitec/static"
49+
driver_type = "humanitec/echo"
5050
id = "default-namespace"
5151
name = "default-namespace"
5252
type = "k8s-namespace"

0 commit comments

Comments
 (0)