sparse-intern-71089
09/19/2023, 2:33 PMbillowy-army-68599
abundant-knife-92318
09/19/2023, 9:07 PMProvider = new Provider("azure-provider", new ProviderArgs()
{
Environment = "public",
ClientId = AppConfig.GetValue<string>("ARM_CLIENT_ID"),
ClientSecret = AppConfig.GetValue<string>("ARM_CLIENT_SECRET"),
TenantId = AppConfig.GetValue<string>("ARM_TENANT_ID"),
SubscriptionId = AppConfig.GetValue<string>("ARM_SUBSCRIPTION_ID")
});
...I got an error stating that location had not been set...
azure-native:resources:ResourceGroup resource 'rg-dev-sta-marketplace-eus-001' has a problem: missing required property 'location'. Either set it explicitly or configure it with 'pulumi config set azure-native:location <value>'.
but there is no Location property on the Provider, and I have already set the azure-native:location
in my stack config.abundant-knife-92318
09/21/2023, 3:28 PMabundant-knife-92318
09/21/2023, 3:29 PM