sparse-intern-71089
06/14/2019, 10:40 PMnice-airport-15607
06/14/2019, 10:41 PMNotFoundException: No resolver found
, what should one do to get the stack update?chilly-crayon-57653
nice-airport-15607
06/14/2019, 10:53 PMpulumi state delete
? And what does that do?nice-airport-15607
06/14/2019, 10:53 PMnice-airport-15607
06/14/2019, 11:01 PMnarrow-area-11460
06/15/2019, 12:43 PMpulumi up
? did you run pulumi up
previously but now your input resources mismatch the outputs created in the state file? Therefore when deleting or refreshing the state file for pulumi, you are getting an exception?nice-airport-15607
06/16/2019, 12:07 AMpulumi refresh
and then was able pulumi up
. The resource was missing and I couldn’t push until that was fixed.
What I mean by removing a resource was saying could one remove just one aws:appsync:GraphQLApi
narrow-area-11460
06/16/2019, 4:30 PMpulumi stack export > out
followed by cat out | pulumi stack import
and then do pulumi up
?nice-airport-15607
06/16/2019, 4:38 PMnarrow-area-11460
06/16/2019, 4:39 PMnice-airport-15607
06/16/2019, 4:40 PMnarrow-area-11460
06/16/2019, 4:40 PMpulumi stack delete <resource URN>
narrow-area-11460
06/16/2019, 4:41 PMnice-airport-15607
06/16/2019, 4:42 PMnarrow-area-11460
06/16/2019, 4:43 PMnarrow-area-11460
06/16/2019, 4:45 PMnice-airport-15607
06/16/2019, 4:47 PMnice-airport-15607
06/16/2019, 4:48 PMnarrow-area-11460
06/16/2019, 4:50 PMnarrow-area-11460
06/19/2019, 9:20 PM