Skip to content

Commit b22bf32

Browse files
committed
feat(codegen): use terraform types for structures and lists
1 parent 3ab0e98 commit b22bf32

File tree

4 files changed

+209
-98
lines changed

4 files changed

+209
-98
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target/codegen: $(CODEGEN_SOURCES) $(CODEGEN_TEMPLATES)
1313
go build -o target/codegen ./cmd/codegen
1414

1515
ASSETS_SRC := $(shell find assets/ -type f)
16-
ASSETS_DST := $(patsubst assets/%,$(GENERATED_OUT_PATH)%,$(ASSETS_SRC))
16+
ASSETS_DST := $(patsubst assets/%,$(GENERATED_OUT_PATH)/%,$(ASSETS_SRC))
1717

1818
.PHONY: assets
1919
assets: $(ASSETS_DST)

0 commit comments

Comments
 (0)