ref 624723: server backup schedules (#416)
Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
This commit is contained in:
parent
7fbb13c0b6
commit
b5eb8bd379
21 changed files with 1852 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -27,6 +27,9 @@ generate-docs:
|
|||
build:
|
||||
@go build -o bin/terraform-provider-stackit
|
||||
|
||||
fmt:
|
||||
@gofmt -s -w .
|
||||
|
||||
# TEST
|
||||
test:
|
||||
@echo "Running tests for the terraform provider"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue