mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-10-31 17:18:11 +00:00
24357370bc
added support for organisations
13 lines
No EOL
210 B
HCL
13 lines
No EOL
210 B
HCL
terraform {
|
|
required_providers {
|
|
gitea = {
|
|
source = "terraform.local/lerentis/gitea"
|
|
version = "0.3.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "gitea" {
|
|
base_url = var.gitea_url
|
|
token = var.gitea_token
|
|
} |