resource "gitea_oauth2_app" "this" { name = "Drone" redirect_uris = [ "https://${local.drone_domain}/login", ] }