We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410ef7a commit 3a01e67Copy full SHA for 3a01e67
Makefile
@@ -17,7 +17,7 @@ SRC := $(shell find . -type f -name '*.go' -print)
17
18
VERSION = `git describe --tag --abbrev=0`
19
BUILD = `date +%FT%T%z`
20
-CONFIG_PKG = "github.com/shalb/cluster.dev/pkg/config"
+CONFIG_PKG = "github.com/shalb/cluster.dev/internal/config"
21
22
TLIST = `cdev project create --list-templates`
23
tests/test-project/local-tmpl/template.yaml
@@ -2,8 +2,9 @@ _p: &provider_aws
2
- aws:
3
region: {{ .variables.region }}
4
5
-name: l
+name: local-template
6
kind: StackTemplate
7
+cliVersion: "~>0.9.2"
8
units:
9
-
10
name: create-bucket
0 commit comments