mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
15 lines
No EOL
268 B
HCL
15 lines
No EOL
268 B
HCL
terraform {
|
|
required_providers {
|
|
gitea = {
|
|
source = "terraform.local/lerentis/gitea"
|
|
version = "0.12.2"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "gitea" {
|
|
base_url = var.gitea_url
|
|
username = "lerentis"
|
|
password = var.gitea_password
|
|
#token = var.gitea_token
|
|
} |