ref 624723: server backup schedules (#416)

Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
This commit is contained in:
a_nackov 2024-06-26 13:51:06 +03:00 committed by GitHub
parent 7fbb13c0b6
commit b5eb8bd379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1852 additions and 0 deletions

View file

@ -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"