-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulumi cannot find created SES ConfigurationSetEventDestination #1139
Comments
I'll forward this question to AWS Cloud Control, thank you for reporting it. |
@mikhailshilkov any chance you heard back from AWS? |
Unfortunately not yet, I pinged them once again. |
@mikhailshilkov any updates? This one is still failing event though |
I should probably mention that my issue is with .NET Pulumi (Native 0.96.0), I switched to Pulumi Classic (6.21.0) resources and it worked |
What happened?
I create a SES ConfigurationSetEventDestination. After creation I get a timeout of 'getResource' because the so-called
ConfigurationSetName
would benull
(which it is not). If I go to the AWS console I see that the resource was created and functions. I don't know whether this is Pulumi's fault or that from AWS Cloud Control API.Example
The following program was used:
Excuse me if there are too many sidesteps, I just want to make sure everything is in place to mimic the exact same circumstances.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: