TOOLS/ — generators + scripts + config + ARCHITECTURE.md ├── yaml-generator/ (code) ├── resource-generator/ (code) ├── docs-generator/ (code) ├── scripts/ (← devops/*.sh) ├── config/ (← devops/profiles/ + devops/config/) │ ├── test/ profile.env, services_list.txt, operation_timeouts.json │ ├── prod/ │ └── dev/ └── ARCHITECTURE.md (← devops/ARCHITECTURE.md) generated/ — pipeline output only (gitignored) ├── test/resources_yaml/, go/, docs/, provider_build/ ├── prod/ └── dev/ provider/ — code only, no generated files resources_yaml/ — DELETED (generated) internal/resources_gen/ — DELETED (generated) devops/ — removed (replaced by TOOLS/scripts + TOOLS/config + generated/) Generators now fail if NUBES_*_DIR not set (no defaults to provider/). Provider requires pipeline to populate resources_gen/ before build.
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Resource nubes_postgres_database
|
|
|
|
Service: `nubes_postgres` (ID: 90)
|
|
|
|
[PostgreSQL (основной)](postgres.md) | [Operations](postgres_ops.md) | [Database](postgres_database.md) | [Example](postgres_database_example.md)
|
|
|
|
## Create params
|
|
|
|
**Обязательные параметры**
|
|
|
|
<table class="resource-table resource-table-compact resource-table-required">
|
|
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Description</th><th>Constraints</th></tr></thead>
|
|
<tbody>
|
|
<tr><td>741</td><td><strong><code class="code-no-wrap">db_name</code></strong></td><td><code>string</code></td><td></td><td>regex=^[A-Za-z0-9]+$</td></tr>
|
|
<tr><td>742</td><td><strong><code class="code-no-wrap">db_owner</code></strong></td><td><code>string</code></td><td></td><td></td></tr>
|
|
</tbody></table>
|
|
|
|
## Delete params
|
|
|
|
<table class="resource-table resource-table-compact resource-table-required">
|
|
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Description</th><th>Constraints</th></tr></thead>
|
|
<tbody>
|
|
<tr><td>743</td><td><strong><code class="code-no-wrap">db_name</code></strong></td><td><code>string</code></td><td></td><td></td></tr>
|
|
</tbody></table>
|