Fun little riddle that I'm running into... using ...
# getting-started
b
Fun little riddle that I'm running into... using the snowflake provider: • created a warehouse name test_wh • deployed with
up
• renamed in code to
TEST_WH
using the
name=
parameter and did not update the resource name • deployed with
up
Now I'm stuck in a loop with
Copy code
snowflake:index:Warehouse (test):
    error: Preview failed: refreshing urn:pulumi:dev::snowflake2::snowflake:index/warehouse:Warehouse::test: 1 error occurred:
        * [errors.go:22] object does not exist or not authorized
my output json for the stack shows the right name of
TEST_WH
as does snowflake with
show warehouses
Update: • not sure why it went sideways but was able to do a
pulumi stack --show-urns
and then deleted the specific urn from the state to get things back in order