mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-01 16:57:55 +00:00
9 lines
117 B
Terraform
9 lines
117 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
gitea = {
|
||
|
source = "go-gitea/gitea"
|
||
|
version = "0.5.1"
|
||
|
}
|
||
|
}
|
||
|
}
|