feat(provider): add provider configuration
This commit is contained in:
commit
95834c9ad9
20 changed files with 1167 additions and 0 deletions
12
examples/provider/provider.tf
Normal file
12
examples/provider/provider.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
forgejo = {
|
||||
source = "adyxax/forgejo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "forgejo" {
|
||||
api_token = var.forgejo_api_token
|
||||
endpoint = "https://git.adyxax.org/"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue