Im using Pulumi 3.0 on Azure with a .net stack. Th...
# general
c
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
which backend are you using?
c
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
c
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