switch from duckdns.org to internal .lab dns
All checks were successful
Docker Build / build-and-push-image (push) Successful in 53s

This commit is contained in:
2026-01-01 15:03:06 +01:00
parent 23c38fc813
commit 9761996957
8 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ terraform {
}
provider vault {
address = "https://vault.arcodange.duckdns.org"
address = "https://vault.arcodange.lab"
auth_login_jwt { # TERRAFORM_VAULT_AUTH_JWT environment variable
mount = "gitea_jwt"
role = "gitea_cicd_webapp"