Skip to main content
← Back to list
01Issue
FeatureOpenExtensions
AssigneesNone

Relationships

#442 Make GCP CRUD methods factory-aware so list-discovered resources can be managed in-place

Opened by stack72 · 5/25/2026

Problem

The new list factory method (issue #375) writes one data artifact per discovered resource, but update, delete, and sync methods derive their target from globalArgs.name, not from the data artifact name. This means listed resources are read-only snapshots — to manage an individual resource you must create a separate model instance with the right globalArgs.

Proposed Change

Make CRUD methods (update, delete, sync) factory-aware: when a data artifact exists for a specific resource (written by list or get), the method should be able to target that artifact by name rather than requiring a dedicated model instance. This would complete the fan-out pattern: list → discover → manage in-place.

  • Issue #375 — added the list factory method to GCP models (discovery half)
  • There is an equivalent AWS issue for the same factory-awareness gap
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

5/25/2026, 7:21:14 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.