|
24 | 24 | } |
25 | 25 | }, |
26 | 26 | "resource_schemas": { |
| 27 | + "supabase_apikey": { |
| 28 | + "version": 0, |
| 29 | + "block": { |
| 30 | + "attributes": { |
| 31 | + "api_key": { |
| 32 | + "type": "string", |
| 33 | + "description": "API key", |
| 34 | + "description_kind": "markdown", |
| 35 | + "computed": true, |
| 36 | + "sensitive": true |
| 37 | + }, |
| 38 | + "description": { |
| 39 | + "type": "string", |
| 40 | + "description": "Description of the API key", |
| 41 | + "description_kind": "markdown", |
| 42 | + "optional": true |
| 43 | + }, |
| 44 | + "id": { |
| 45 | + "type": "string", |
| 46 | + "description": "API key identifier", |
| 47 | + "description_kind": "markdown", |
| 48 | + "computed": true |
| 49 | + }, |
| 50 | + "name": { |
| 51 | + "type": "string", |
| 52 | + "description": "Name of the API key", |
| 53 | + "description_kind": "markdown", |
| 54 | + "required": true |
| 55 | + }, |
| 56 | + "project_ref": { |
| 57 | + "type": "string", |
| 58 | + "description": "Project reference ID", |
| 59 | + "description_kind": "markdown", |
| 60 | + "required": true |
| 61 | + }, |
| 62 | + "secret_jwt_template": { |
| 63 | + "nested_type": { |
| 64 | + "attributes": { |
| 65 | + "role": { |
| 66 | + "type": "string", |
| 67 | + "description": "Role of the secret JWT template", |
| 68 | + "description_kind": "markdown", |
| 69 | + "computed": true |
| 70 | + } |
| 71 | + }, |
| 72 | + "nesting_mode": "single" |
| 73 | + }, |
| 74 | + "description": "Secret JWT template", |
| 75 | + "description_kind": "markdown", |
| 76 | + "computed": true |
| 77 | + }, |
| 78 | + "type": { |
| 79 | + "type": "string", |
| 80 | + "description": "Type of the API key", |
| 81 | + "description_kind": "markdown", |
| 82 | + "computed": true |
| 83 | + } |
| 84 | + }, |
| 85 | + "description": "API Key resource", |
| 86 | + "description_kind": "markdown" |
| 87 | + } |
| 88 | + }, |
27 | 89 | "supabase_branch": { |
28 | 90 | "version": 0, |
29 | 91 | "block": { |
|
240 | 302 | "description_kind": "markdown", |
241 | 303 | "required": true |
242 | 304 | }, |
| 305 | + "publishable_key": { |
| 306 | + "type": "string", |
| 307 | + "description": "Publishable API key for the project", |
| 308 | + "description_kind": "markdown", |
| 309 | + "computed": true, |
| 310 | + "sensitive": true |
| 311 | + }, |
| 312 | + "secret_keys": { |
| 313 | + "nested_type": { |
| 314 | + "attributes": { |
| 315 | + "api_key": { |
| 316 | + "type": "string", |
| 317 | + "description": "The secret API key value", |
| 318 | + "description_kind": "markdown", |
| 319 | + "computed": true, |
| 320 | + "sensitive": true |
| 321 | + }, |
| 322 | + "name": { |
| 323 | + "type": "string", |
| 324 | + "description": "Name of the secret key", |
| 325 | + "description_kind": "markdown", |
| 326 | + "computed": true |
| 327 | + } |
| 328 | + }, |
| 329 | + "nesting_mode": "list" |
| 330 | + }, |
| 331 | + "description": "List of secret API keys for the project", |
| 332 | + "description_kind": "markdown", |
| 333 | + "computed": true, |
| 334 | + "sensitive": true |
| 335 | + }, |
243 | 336 | "service_role_key": { |
244 | 337 | "type": "string", |
245 | 338 | "description": "Service role API key for the project", |
|
0 commit comments