File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "skills" : " ./skills/" ,
77 "userConfig" : {
88 "cloud_sql_postgres_project" : {
9+ "title" : " Project ID" ,
910 "description" : " ID of the Google Cloud project" ,
11+ "type" : " string" ,
1012 "sensitive" : false
1113 },
1214 "cloud_sql_postgres_region" : {
15+ "title" : " Region" ,
1316 "description" : " Region of the Cloud SQL instance" ,
17+ "type" : " string" ,
1418 "sensitive" : false
1519 },
1620 "cloud_sql_postgres_instance" : {
21+ "title" : " Instance Name" ,
1722 "description" : " Name of the Cloud SQL instance" ,
23+ "type" : " string" ,
1824 "sensitive" : false
1925 },
2026 "cloud_sql_postgres_database" : {
27+ "title" : " Database Name" ,
2128 "description" : " Name of the database" ,
29+ "type" : " string" ,
2230 "sensitive" : false
2331 },
2432 "cloud_sql_postgres_user" : {
33+ "title" : " Database User" ,
2534 "description" : " (Optional) Username of the database user (Default: IAM user)" ,
35+ "type" : " string" ,
2636 "sensitive" : false
2737 },
2838 "cloud_sql_postgres_password" : {
39+ "title" : " Database Password" ,
2940 "description" : " (Optional) Password of the database user (Default: IAM user)" ,
30- "sensitive" : true
41+ "type" : " string" ,
42+ "sensitive" : false
3143 },
3244 "cloud_sql_postgres_ip_type" : {
45+ "title" : " IP Type" ,
3346 "description" : " (Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)" ,
47+ "type" : " string" ,
3448 "sensitive" : false
3549 }
3650 }
37- }
51+ }
You can’t perform that action at this time.
0 commit comments