I'm experiencing an issue creating an `aws:cloudtr...
# python
g
I'm experiencing an issue creating an
aws:cloudtrail:Trail
.
Error creating CloudTrail: TrailAlreadyExistsException: Trail {trail name} already exists for customer: {account id}
I delete the trail and run
pulumi up
again. The trail appears in the AWS console -- it was created by
pulumi up
, yet pulumi thinks the trail was there already. Is this a known issue?
Also let me know if this is better asked in #aws. I'm using the python AWS library.