File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default {
6767 // recaptcha: 'recaptcha',
6868 // resourceManager: 'resource-manager',
6969 // resourceSettings: 'resource-settings',
70- secretManager : 'secretManager ' ,
70+ secretManager : 'secrets ' ,
7171 // iot: 'iot',
7272 // cloudShell: 'cloud-shell',
7373 // debug: 'debug',
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ type gcpProject @key(fields: "id") {
3939 firewall : [gcpFirewall ] @hasInverse (field : project )
4040 folder : [gcpFolder ] @hasInverse (field : project )
4141 organization : [gcpOrganization ] @hasInverse (field : project )
42- secretManager : [gcpSecret ] @hasInverse (field : project )
42+ secrets : [gcpSecret ] @hasInverse (field : project )
4343 sslPolicies : [gcpSslPolicy ] @hasInverse (field : project )
4444 network : [gcpNetwork ] @hasInverse (field : project )
4545 subnet : [gcpSubnet ] @hasInverse (field : project )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type gcpSecret implements gcpBaseResource @key(fields: "id") {
77 ttl : gcpDuration
88 etag : String @search (by : [hash , regexp ])
99 rotation : gcpSecretReplicationStatusRotation
10- project : [gcpProject ] @hasInverse (field : secretManager )
10+ project : [gcpProject ] @hasInverse (field : secrets )
1111}
1212
1313type gcpSecretReplication
Original file line number Diff line number Diff line change @@ -2136,7 +2136,7 @@ export type GcpProject = {
21362136 organization ?: Maybe < Array < Maybe < GcpOrganization > > > ;
21372137 parent ?: Maybe < Scalars [ 'String' ] > ;
21382138 projectId ?: Maybe < Scalars [ 'String' ] > ;
2139- secretManager ?: Maybe < Array < Maybe < GcpSecret > > > ;
2139+ secrets ?: Maybe < Array < Maybe < GcpSecret > > > ;
21402140 serviceAccounts ?: Maybe < Array < Maybe < GcpServiceAccount > > > ;
21412141 sqlInstances ?: Maybe < Array < Maybe < GcpSqlInstance > > > ;
21422142 sslPolicies ?: Maybe < Array < Maybe < GcpSslPolicy > > > ;
You can’t perform that action at this time.
0 commit comments