terraform/forgejo/provider.tf
Chris Cowley ae76ef9c0b
Some checks failed
/ non-lab (push) Failing after 5m42s
many things
2024-09-13 10:12:28 +02:00

12 lines
167 B
HCL

terraform {
required_providers {
gitea = {
source = "go-gitea/gitea"
version = "0.1.0"
}
}
}
provider "gitea" {
base_url = var.gitea_url
}