This message was deleted.
# general
s
This message was deleted.
b
@magnificent-lifeguard-15082 you're trying to connect to localhost? what are you using it for?
m
Err, not that I'm aware of
This is all I'm doing with local.Command `pulumi.interpolate`aws s3 sync ./ s3://${bucket.bucket} --cache-control "public, max-age=3600;"`
b
Copy code
transport: Error while dialing dial tcp 127.0.0.1:38829
This is connecting to localhost
m
I was imagining that is some pulumi [engine] internals
I'm not knowingly trying to connect to anything locally
Also interestingly this is only failing in our production deployment, it deployed the same pulumi program in a staging workflow fine
I've managed to workaround for now by running the deployment from my own machine but the above definitely unexpected and guessing likely to crop up again