-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Amazon Pinpoint #4990
Comments
The first resource, |
The following resources have been released in version 1.40.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
Special shout out to @marcoreni who has been helping get these implemented! |
Hi @tonyxiao thanks for bringing up this ask. Can you please open up a new issue with your request for the cognito and pinpoint integration to help us track the request and effort appropriately. In the meantime, I am going to close this issue to avoid future requests getting lost in the thread. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Amazon Pinpoint has been available for a while, even if only in in
us-east-1
.Is it possible to add support for it into Terraform?
New or Affected Resource(s)
I tried to extract a list of the resources that TF should support, taken from the aws-sdk-go api reference.
Basic resources:
aws_pinpoint_app
✅ New resource: aws_pinpoint_app #5956aws_pinpoint_campaign
aws_pinpoint_segment
aws_pinpoint_event_stream
✅ New resource: aws_pinpoint_event_stream #6069Channels:
aws_pinpoint_adm_channel
✅ New resource: aws_pinpoint_adm_channel #6038aws_pinpoint_apns_channel
✅ New resource: aws_pinpoint_app #5956aws_pinpoint_apns_sandbox_channel
✅ New resource: aws_pinpoint_apns_sandbox_channel #6233aws_pinpoint_apns_voip_channel
✅ New resource: aws_pinpoint_apns_voip_channel #6234aws_pinpoint_apns_voip_sandbox_channel
✅ New resource: aws_pinpoint_apns_voip_sandbox_channel #6235aws_pinpoint_baidu_channel
✅ New resource: aws_pinpoint_baidu_channel #6111aws_pinpoint_email_channel
✅ New resource: aws_pinpoint_email_channel #6110aws_pinpoint_gcm_channel
✅ New resource: aws_pinpoint_gcm_channel #6089aws_pinpoint_sms_channel
✅ New resource: aws_pinpoint_sms_channel #6088References
The text was updated successfully, but these errors were encountered: