diff --git a/Makefile b/Makefile index a5e46281..eb4c0f8f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SRC := $(shell find . -type f -name '*.go' -print) VERSION = `git describe --tag --abbrev=0` BUILD = `date +%FT%T%z` -CONFIG_PKG = "github.com/shalb/cluster.dev/pkg/config" +CONFIG_PKG = "github.com/shalb/cluster.dev/internal/config" TLIST = `cdev project create --list-templates` diff --git a/tests/test-project/local-tmpl/template.yaml b/tests/test-project/local-tmpl/template.yaml index daf57a15..9c7095c5 100644 --- a/tests/test-project/local-tmpl/template.yaml +++ b/tests/test-project/local-tmpl/template.yaml @@ -2,8 +2,9 @@ _p: &provider_aws - aws: region: {{ .variables.region }} -name: l +name: local-template kind: StackTemplate +cliVersion: "~>0.9.2" units: - name: create-bucket