fix: point litellm provider source at the artifactapi registry in root.hcl
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful

The module terraform.tf files use the artifactapi terraform-unkin registry
as the provider source, but the generated root backend.tf still referenced
git.unkin.net, which is not a valid OpenTofu provider registry host and
failed the plan pipeline. Align root.hcl with the modules.
This commit is contained in:
2026-07-07 00:07:38 +10:00
parent 2f0123eff8
commit 1c56ce5d98
+1 -1
View File
@@ -36,7 +36,7 @@ terraform {
version = "2.23.0"
}
litellm = {
source = "git.unkin.net/unkin/litellmvaultsecret"
source = "artifactapi.k8s.syd1.au.unkin.net/terraform-unkin/litellmvaultsecret"
version = "0.1.0"
}
}