feat(terraform): scaffold terraform directory with README
This commit is contained in:
parent
52e64161cd
commit
c24417b5e3
21
infrastructure/terraform/README.md
Normal file
21
infrastructure/terraform/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# 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)
|
||||||
Loading…
Reference in New Issue
Block a user