try plausible CE for web analytics

This commit is contained in:
2025-12-10 13:51:04 +01:00
parent d7130b1635
commit a8c497a5da
14 changed files with 503 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
terraform {
required_providers {
vault = {
source = "vault"
version = "4.4.0"
}
}
}
provider "vault" {
address = "https://vault.arcodange.duckdns.org"
auth_login_jwt { # TERRAFORM_VAULT_AUTH_JWT environment variable
mount = "gitea_jwt"
role = "gitea_cicd_plausible"
}
}