Skip to content

Commit

Permalink
Update AzureEnv.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy committed Mar 6, 2024
1 parent ce70706 commit 1fc103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/AzureEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getKeyVaultName, getResourceGroupName } from './Naming';
import { ResourceInfoArg } from './ResourceEnv';
import { organization, projectName, stack } from './StackEnv';

const config = JSON.parse(process.env.PULUMI_CONFIG ?? '');
const config = JSON.parse(process.env.PULUMI_CONFIG ?? '{}');
export const tenantId = config['azure-native:config:tenantId'] as string;
export const subscriptionId = config[
'azure-native:config:subscriptionId'
Expand Down

0 comments on commit 1fc103b

Please sign in to comment.