hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 9k forks source link

Terraform equivalent of aws pinpoint create-email-template #14293

Open gmaghera opened 3 years ago

gmaghera commented 3 years ago

Community Note

Terraform CLI and Terraform AWS Provider Version

Terraform v0.12.28

Affected Resource(s)

https://docs.aws.amazon.com/cli/latest/reference/pinpoint/create-email-template.html

Terraform Configuration Files

Currently there is no way (as far as I can tell) to create a PinPoint email template from terraform. There is an overlap between PinPoint and SES and some resources can be created in either place (and still be usable with PinPoint), but that is not the case with email templates. Creating an email template in SES does not result in a template usable in PinPoint (AWS consultant confirmed this).

Could you please add this to your roadmap? Do you have a workaround?

nielsbaltodanomatrix commented 1 year ago

any update ???

nielsbaltodanomatrix commented 1 year ago

I have created a module that works for me: create-pinpoint-templates

best regards

vl-kp commented 6 months ago

any update?