Files
terraform-app-drone/locals.tf
Tamas Kiss 0610bb40a7
All checks were successful
continuous-integration/drone/push Build is passing
feat: add docker runner and set runner dashboards
2022-11-28 20:36:44 +01:00

8 lines
146 B
HCL

locals {
gitea_server = "git.thomasklein.me"
drone_domain = "drone.thomasklein.me"
runner_gc_interval = "5m"
runner_cache_size = "5G"
}