Could someone please explain the secret of removin...
# general
g
Could someone please explain the secret of removing config entries...
Copy code
λ  C:\Users\critc\pulumi\pulumi.exe config rm "azure-native:location"
C:\Users\critc\source\drawboard-shared-infra\pulumi\infrastructure [pulami ≡]
λ  C:\Users\critc\pulumi\pulumi.exe config get "azure-native:location"
centralus
Now in hour 3 of this ... exercise
config rm seems to do exactly nothing
m
Strange. I just tried with pulumi v3.153.1 on macos and it worked.
Copy code
pulumi config set azure-native:location germanywestcentral

pulumi config get azure-native:location
germanywestcentral

pulumi config rm azure-native:location

pulumi config get azure-native:location
error: configuration key 'azure-native:location' not found for stack 'dev'
As a temporary workaround, you can edit Pulumi.STACK.yaml directly. Might be worth filing an issue at https://github.com/pulumi/pulumi/issues/.