federate-your-repos/provider_registry.tf

16 lines
282 B
Terraform
Raw Normal View History

2023-04-22 09:59:07 +00:00
terraform {
required_providers {
gitea = {
source = "Lerentis/gitea"
version = "0.12.2"
}
github = {
source = "integrations/github"
version = "~> 5.17"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "15.8.0"
}
}
}