Ok I am assuming this answer is yes. But for Pulum...
# general
c
Ok I am assuming this answer is yes. But for Pulumi and looking at Cloudtrail events. will those events show up under terraform.io? Since Pulumi.Aws is built-off of terraform aws provider?
b
this looks to be the case, but I thought we'd fixed that. Let me double check
✔️ 1
b
what version of pulumi-aws are you using here @chilly-hairdresser-56259?
c
<PackageReference Include="Pulumi" Version="2.24.1" /> <PackageReference Include="Pulumi.Aws" Version="3.38.1" />
Had to roll back due to the
deregistrationdelay
deseralization errorrs
b
yeah that's the issue I'm afraid - pulumi-aws is on v4.x.x and the changes to the UserAgent where in that release I see the following now:
User-Agent: APN/1.0 Pulumi/1.0 Pulumi-Aws/v4.25.0 (+https://www.pulumi.com) aws-sdk-go/1.41.2 (go1.16.9; darwin; amd64)
The issue of deregistrationDelay started v4.24.0 of pulumi-aws, so you should be able to roll to v4.23.0 and it won't affect you
👍 1
🤞
c
I'll test that out. If it works out ill cross thread that answer into the dotnet channel and add it as a comment in the github issue (
deregistrationdelay
)