Hi all, seeing some concerning behavior on ESC. Pr...
# esc
m
Hi all, seeing some concerning behavior on ESC. Previous imports on an ESC config were:
Copy code
imports:
  - email-base
  - stripe-dev
  - supabase-dev
  - lovelace-base
They've been switched over to:
Copy code
imports:
  - email-base
  - stripe-prod
  - supabase-prod
  - lovelace-base
....the resulting config still yields the -dev imports. We've confirmed this is true not only for the ESC UI but also for 'pulumi env open'. Is this cached or what are we seeing here?