We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab081ab commit 5cc1abaCopy full SHA for 5cc1aba
cluster/pulumi/common/src/auth0/auth0.ts
@@ -307,7 +307,7 @@ export function getAuth0ClusterConfig(): Output<Auth0ClusterConfig> {
307
return infraOutput.apply(output => {
308
if (
309
(output['cantonNetwork'] && output['cantonNetwork']['appToClientId'] === undefined) ||
310
- (output['mainNet'] && output['mainNet']['appToClientId'] === undefined)
+ (output['mainnet'] && output['mainnet']['appToClientId'] === undefined)
311
) {
312
// Infra is already on the new version, and its output is correctly typed
313
return output as Auth0ClusterConfig;
0 commit comments