-
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
provider/aws: Add support for OpsWorks Apps #5970
Comments
Are you already working on OpsWorks Apps? Unfortunately I have missed this issue and started to work on it also. https://github.com/finanzcheck/terraform/tree/opsworks_apps Want to work on this together? Hm. Found an open PR on that task: #4419 |
How in the world did you find that? I must not have broaden my search to include "applications" and with no discussion, I'm sure it wouldn't be high in the results anyways. @janschumann I'd be happy to work together on this but I guess we should work with the existing PR if it's feature complete. I'll try rebasing it, but I'd like to rename it to aws_opsworks_app, mirroring your branch. I'm not fixated on the resource name, but it eases use (and SEO) when the naming matches the AWS's use and I'm not keen to terraform renaming some functions.
|
Check. Let me know if you get the rebase work. I gave it a quick try with conflicts in base aws provider sources... |
@janschumann I pulled down the PR, was able to rebase it (only one line collision was in builtin/providers/aws/provider.go, the list of resources has changed significantly in the last few months). I've posted a patch for @odise in his PR so he can get the cred for his hard work and get the PR to compile against master today. 😄 |
I´ll keep working on my own branch. At least for my education :-) |
Guys feel free to work on this PR. I won't continue it as I'm currently working on other topics. |
@odise Ok. Thanks for adding me to your fork! |
Thx @odise 👍 |
Awesome work @janschumann Let's talk about enhancements here too. Hopefully we can get #3459's support meged about the same time too. |
Thank you Martin!!! |
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. |
Hello, per issue #28, I'm creating a new issue request.
OpsWorks preliminary support was already in the v0.6.x release, but it's missing critical api coverage to make it useful. IMHO ultimate coverage would include: stack, layers, instances and apps creation. This way, Terraform manages the infrastructure, and separately a CI environment can simply use the AWS create-deployment hook when builds pass.
Dependencies:
👍
The text was updated successfully, but these errors were encountered: