Skip to content

Commit aa6c527

Browse files
init deployment tf with new pattern
1 parent 7c8b6b5 commit aa6c527

File tree

25 files changed

+2597
-46
lines changed

25 files changed

+2597
-46
lines changed

GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ testacc:
3939
-timeout=$${GO_TEST_TIMEOUT:-120m} \
4040
-parallel=$${GO_TEST_PARALLEL:-4} \
4141
-cover \
42-
$${TEST:-./internal/provider/...} $${TESTARGS}
42+
$${TEST:-./internal/provider/... ./internal/resources/...} $${TESTARGS}
4343

4444
testacc-quiet:
4545
@if [ ! -f .env ]; then \
@@ -58,7 +58,7 @@ testacc-quiet:
5858
-parallel=$${GO_TEST_PARALLEL:-4} \
5959
-cover \
6060
-v=0 \
61-
$${TEST:-./internal/provider/...} $${TESTARGS}
61+
$${TEST:-./internal/provider/... ./internal/resources/...} $${TESTARGS}
6262

6363
testint:
6464
@if [ ! -f .env ]; then \
@@ -89,4 +89,4 @@ clean:
8989
rm -f .terraform.lock.hcl
9090
rm -f terraform.tfstate*
9191

92-
.PHONY: fmt lint test testacc testint testexamples build install generate clean install-local
92+
.PHONY: fmt lint test testacc testacc-quiet testint testexamples build install generate clean install-local

0 commit comments

Comments
 (0)