Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
22 lines
645 B
Markdown
22 lines
645 B
Markdown
# Terraform — OSVauco Infrastructure
|
|
|
|
> **Status:** Fase C — ikke startet ennå.
|
|
|
|
Terraform-modulene her vil erstatte `infrastructure/*.sh`-scriptene
|
|
når Medioteq-leveransen (Fase C) starter.
|
|
|
|
## Planlagt struktur
|
|
- `main.tf` — Cloud Run, Cloud Build, IAP, budsjett, SA per kunde
|
|
- `variables.tf` — customer_id, region, project_id
|
|
- `outputs.tf` — Cloud Run URL, SA e-post
|
|
|
|
## Kjøring (Fase C)
|
|
```bash
|
|
terraform init
|
|
terraform plan -var="customer_id=medioteq"
|
|
terraform apply -var="customer_id=medioteq" # HITL-gate: krever manuell godkjenning
|
|
```
|
|
|
|
## State-backend
|
|
GCS bucket: `propane-will-491900-m5-tfstate` (opprettes i Fase C)
|