chore(provider): fix lint errors and add missing file

This commit is contained in:
Julien Dessaux 2025-05-26 14:51:01 +02:00
parent 7e1e9eb26b
commit 1760c847c9
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 25 additions and 4 deletions

View file

@ -23,6 +23,4 @@ provider "forgejo" {
api_token = var.forgejo_api_token
base_url = "https://git.adyxax.org/"
}
# TODO
```