https://pulumi.com logo
Title
c

creamy-train-19251

04/21/2021, 7:58 PM
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?
r

red-match-15116

04/21/2021, 8:14 PM
c

creamy-train-19251

04/21/2021, 8:20 PM
Thx
Seems like my backend is local Logged in to LAPTOP-DPL9JGNS as LAPTOP-DPL9JGNS\lsuto (file://~)
The stack json seems to be in the ./pulumi/stacks directory but the pulumi stack ls doesnt see it after the the initial deploy