File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 288
288
"description" : " Pooler data source" ,
289
289
"description_kind" : " markdown"
290
290
}
291
+ },
292
+ "supabase_project_apikeys" : {
293
+ "version" : 0 ,
294
+ "block" : {
295
+ "attributes" : {
296
+ "anon_key" : {
297
+ "type" : " string" ,
298
+ "description" : " Anonymous API key for the project" ,
299
+ "description_kind" : " markdown" ,
300
+ "computed" : true ,
301
+ "sensitive" : true
302
+ },
303
+ "project_id" : {
304
+ "type" : " string" ,
305
+ "description" : " Project identifier" ,
306
+ "description_kind" : " markdown" ,
307
+ "required" : true
308
+ },
309
+ "service_role_key" : {
310
+ "type" : " string" ,
311
+ "description" : " Service role API key for the project" ,
312
+ "description_kind" : " markdown" ,
313
+ "computed" : true ,
314
+ "sensitive" : true
315
+ }
316
+ },
317
+ "description" : " Project API Keys data source" ,
318
+ "description_kind" : " markdown"
319
+ }
291
320
}
292
321
}
293
322
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/supabase/cli/pkg/api"
15
15
)
16
16
17
- // Ensure provider defined types fully satisfy framework interfaces
17
+ // Ensure provider defined types fully satisfy framework interfaces.
18
18
var _ datasource.DataSource = & ProjectAPIKeysDataSource {}
19
19
20
20
func NewProjectAPIKeysDataSource () datasource.DataSource {
You can’t perform that action at this time.
0 commit comments