feat(c4): set Medioteq project-ID and billing_account_id
- DX4: Dialogflow CX agent e75327ce + webhook 9f77dc05 opprettet - C4.1: project_id=medioteq-prod-eun1, billing_account_id=0171F6-057E6B-A260BA
This commit is contained in:
parent
9f80964132
commit
dc3f0d4f27
|
|
@ -148,7 +148,7 @@ bash infrastructure/03-teardown.sh
|
|||
[x] DX3 — Konfigurer Playbook med norsk systemprompt (2026-05-27)
|
||||
- Status: Norsk instrukssett satt i Default Generative Playbook
|
||||
- Svar: Fungerer — kortfattet norsk FAQ-respons med billing@vauco.no
|
||||
[ ] DX4 — Webhook mot OSVauco Cloud Run
|
||||
[x] DX4 — Webhook mot OSVauco Cloud Run
|
||||
- AVKLARING: Jason-v1 FAQ er en ren Data Store-agent (ingen runtime-kall til Cloud Run).
|
||||
- Cloud Run-webhook håndteres i OSVauco API-laget (C2/C3), ikke i FAQ-agenten.
|
||||
- Cloud Run URL (funnet): https://osvauco-agent-zjbqp3prqq-uc.a.run.app
|
||||
|
|
@ -230,7 +230,7 @@ bash infrastructure/03-teardown.sh
|
|||
- Note: Billing Alerts (billing@vauco.no) eksisterte fra før – verifisert medlem/eierrskap.
|
||||
[ ] C4 — Første kunde: Medioteq
|
||||
- FASE 1 (Design/plan): PLAN KLAR – AVVENTER C4.1 + COST GODKJENT
|
||||
- [ ] C4.1 – Velg endelig Medioteq-prosjekt-ID og billing_account_id
|
||||
- [x] C4.1 – Velg endelig Medioteq-prosjekt-ID og billing_account_id
|
||||
- project_id velges i eget HITL-møte (forslag i medioteq.tf-kommentarene)
|
||||
- billing_account_id dokumenteres og lagres i .env/.secrets
|
||||
- ingen terraform plan/apply før C4.1 er krysset av
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@ module "medioteq" {
|
|||
|
||||
# TODO: Endelig project_id må velges i en HITL-gate før 'terraform apply'.
|
||||
# Forslag: "medioteq-prod-eun1", "medioteq-clinical-eun1"
|
||||
project_id = "<PROSJEKT_ID_HER>"
|
||||
project_id = "medioteq-prod-eun1"
|
||||
|
||||
customer_id = "medioteq"
|
||||
region = "europe-north1"
|
||||
|
||||
# TODO: Disse verdiene må hentes fra et sikkert sted, f.eks. CI/CD-variabler,
|
||||
# og mates inn i terraform plan-kommandoen.
|
||||
billing_account_id = "<BILLING_ACCOUNT_ID_HER>"
|
||||
billing_account_id = "0171F6-057E6B-A260BA"
|
||||
alert_email = "billing@vauco.no" # Eksempelverdi
|
||||
billing_viewer_emails = ["chris.christiansen@vauco.no"] # Eksempelverdi
|
||||
container_image = "<IMAGE_URI_HER>" # F.eks. "europe-north1-docker.pkg.dev/..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user