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.84k stars 9.19k forks source link

Add resources to create platform endpoint for AWS SNS Platform Application #9751

Open vasilij-icabbi opened 5 years ago

vasilij-icabbi commented 5 years ago

Currently there is a resource aws_sns_platform_application that creates platform in AWS, but no resource to create platform endpoint, the AWS API call itself can be seen here:

https://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformEndpoint.html

Proposed name: aws_sns_platform_endpoint

It would be nice to have resource that handles this behaviour.

Thank you.

Saturn-V commented 3 years ago

What's the status on this issue? What's the reasoning for not having included this when introducing the sns platform application resource?

nplutt commented 3 years ago

This would be a great resource to have

github-actions[bot] commented 1 year ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

tenzindesallama commented 1 year ago

Is this feature available?