seed: planned Scaleway backup store for WP-0002

Identity, topology, consumer bindings, and the planned attribute file
(region nl-ams, endpoint/bucket still null). Post-purchase fill is
REEF-STORAGE-WP-0002.
This commit is contained in:
tegwick 2026-08-14 16:18:16 +02:00
parent ce0be1efad
commit fdde22d33d
7 changed files with 120 additions and 2 deletions

View file

@ -9,6 +9,7 @@
"schema_version": {"const": "0.1"},
"resource_id": {"type": "string", "pattern": "^resource:"},
"provider": {"type": "string", "minLength": 1},
"product": {"type": ["string", "null"]},
"status": {"enum": ["planned", "active", "retired"]},
"endpoint": {"type": ["string", "null"]},
"region": {"type": ["string", "null"]},
@ -17,6 +18,7 @@
"versioning": {"type": ["boolean", "null"]},
"lifecycle": {"type": ["string", "null"]},
"provider_project_ref": {"type": ["string", "null"]},
"intended": {"type": ["object", "null"]},
"notes": {"type": "array", "items": {"type": "string"}}
}
}