-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Add support for AWS CloudSearch #8710
Comments
@assembledadam you are correct, it would require creating a custom resource. We always welcome Pull Requests and contributions, thus should you be in a burning need for this to be added, I would be more than happy to lend you a hand to get started. Adding a custom resource is not really that hard these days, plus contributing to the project is very rewarding. In the meantime, please check this excellent talk by @stack72 which should give you a very good overview how to get started: https://www.youtube.com/watch?v=2BvpqmFpchI I am sure you will find this talk quite insightful. |
Related #1786. |
+1 |
Thanks so much for the request! Sorry we took so long to get back to you. While we'd love to see something like this, we don't currently have any plans to implement this ourselves. Until then, this issue is unlikely to see any movement and remain stale. We're trying to prune the stale issues (that aren't going to be addressed anytime soon) by closing them. Note that we only do this for enhancement requests and not bugs. If you are still interested in this feature being part of Terraform, then we would gladly review a Pull Request. Thanks |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Has been discussed before, but is yet to be integrated into Terraform AFAIK.
There is no CloudFormation resource for this, so I expect it means either having to create a custom resource or utilising the AWS API.
The text was updated successfully, but these errors were encountered: