hello, people! I am using Pulumi auto to apply my ...
# automation-api
w
hello, people! I am using Pulumi auto to apply my golang pulumi code in a aws ec2 and I noticed every time pulumi auto gets run a new services resource-aws-v4.25.0 and pulumi-language-go gets up but even when pulumi finishes its execution theses services are still active. Does anyone know the reason for this behavior? pulumi/plugins/resource-aws-v4.25.0/pulumi-resource-aws 127.0.0.1:39809 pulumi-language-go  127.0.0.1:39810
l
resource-aws
is the binary responsible for provisioning AWS resources and
pulumi-language-go
is the shim that invokes your program on behalf of the pulumi CLI. If you have a minimal repro, it would be worth opening an issue github.com/pulumi/pulumi/issues/new