This message was deleted.
# pulumi-cloud
s
This message was deleted.
l
Are you running Pulumi from a transpiled directory? That is, running the .js files from ./dist or ./bin, as opposed to running .ts files directly? You might need to clean your outDir.
d
Nah I'm running via the CLI and have no
./dist
or
./bin
in the working directory
l
Does your Pulumi.yaml have anything like this?
Copy code
runtime: 
   name: nodejes
  options:
    typescript: false
And/or: do you have any .js files in your source dir?
Aside: this is question isn't related to the Pulumi service (app.pulumi.com). It is probably a #CJ909TL6P question?
d
No nothing out of the ordinary for a Pulumi TypeScript project. I've managed to make a bit of progress, I reverted to an older commit and the Key stopped coming up as a
create
so I've applied that. However I keep getting strange diffs in the stack when I change no IaC. This may be an issue with the AWS pulumi package...
l
Not one that anyone else has reported, I think? Have you tried a
pulumi refresh
?
d
Yep I've used
pulumi refresh
, I'm thinking this is an issue with the AWS package. I'm not getting repeatable deploys here, I change no IaC and have diffs between ups where I shouldn't...