Im using Pulumi 3.0 on Azure with a .net stack. The stack deploys ok and then disappears of course then any command fails as such : decrypting secret value: failed to decrypt: incorrect passphrase, please set PULUMI_CONFIG_PASSPHRASE to the correct passphrase csproj is as follows <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi.AzureNative" Version="1.*" />
</ItemGroup>
</Project> Any thoughts on a fix?
b
billowy-army-68599
04/21/2021, 7:59 PM
which backend are you using?
c
creamy-train-19251
04/21/2021, 8:02 PM
Yeah looks like I may not have a backend in place.
Do I need to login to Pulumi first to get the default backend? Is there a config for this?