Commit 40fdc00
fix(datastore/postgres/gcp-cloudsql): read project_id, not project (#366)
The three GCP datastore modules consume the same @facets/gcp_cloud_account
provider input, but postgres/gcp-cloudsql declared the attribute as `project`
while mysql/gcp-cloudsql and redis/gcp-memorystore use `project_id`. Both work
today only because the resource-type system passes the whole interface object;
the drift breaks the moment the output schema is tightened to one canonical
name. Align on project_id (matches the two siblings and GCP API naming).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 76a2e4b commit 40fdc00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments