sparse-intern-71089
09/23/2020, 9:12 AMbetter-rainbow-14549
09/23/2020, 12:50 PMgreat-analyst-59265
09/24/2020, 2:51 PMimport { clientId, clientSecret, environment, subscriptionId, tenantId } from "@pulumi/azure/config";
import { interpolate, secret } from "@pulumi/pulumi";
import { Provider } from "@pulumi/azure";
export const azProvider = new Provider("az-provider", {
clientId: secret(interpolate`${clientId}`),
clientSecret: secret(interpolate`${clientSecret}`),
environment: secret(interpolate`${environment}`),
subscriptionId: secret(interpolate`${subscriptionId}`),
tenantId: secret(interpolate`${tenantId}`),
});
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by