Join Slack
Powered by
hello! i have some AWS SES DomainIdentities config...
# aws
f
freezing-electrician-6256
10/08/2024, 8:42 PM
hello! i have some AWS SES DomainIdentities configured using the SESv1 API resources (
https://www.pulumi.com/registry/packages/aws/api-docs/ses/domainidentity/
). now i'd like to be able to set the default ConfigurationSet, which seems to require using the SESv2 API (e.g.
https://www.pulumi.com/registry/packages/aws/api-docs/sesv2/emailidentity/
). is there a way for me to migrate my pulumi code without having to reconfigure the identities? is it possible to import the existing DomainIdentity into a new SESv2 EmailIdentity resource and then manage it from there? thanks!
freezing-electrician-6256
10/08/2024, 9:28 PM
i did find this one random github comment where someone said not to mix DKIM verification settings between v1 and v2 APIs, though I don't plan to mess with that...
freezing-electrician-6256
10/08/2024, 9:28 PM
https://github.com/hashicorp/terraform-provider-aws/pull/24436#issuecomment-1191132035
3
Views
Open in Slack
Previous
Next