-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Support for scheduled tasks/standalone task definitions and container definitions #162
Comments
Thanks for opening this issue. I think you can create PS: I didn't try to do it. Just saying. |
If you want to disable service creation you need to set |
Hi guys! I stumbled upon the same problem now. Did you accomplish the goal with this module, or did you write your own module for such cases? @filip5114 @kaarejoergensen |
Own module. Basically, I have cloned this module and removed everything except task definition and container definitions. |
Hi guys! I see @bryantbiggs tagged the issue as a v6 milestone target, though I needed to find a solution faster, so I introduced a simple separate switcher for the |
…k definition (#176) * feat: added create_service variable support Addressing the issue #162 #162 The new create_service_resource variable controls whether a `service` resource should be created (which is `true` by default), but still allows skipping creation of the service when it's not required. * chore: Update example, add output for task definition family and revision --------- Co-authored-by: Bryant Biggs <[email protected]>
This issue has been resolved in version 5.10.0 🎉 |
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. |
Is your request related to a problem? Please describe.
I would like to be able to create scheduled tasks using this module, but I find it a bit cumbersome to create task definitions without creating a corresponding service. I would like to be able to use the EventBridge module in conjunction with this module.
Describe the solution you'd like.
I'd like to be able to create task definitions using this module, without creating a service. If the task definition could be moved to it's own sub-module, this module could be used.
Describe alternatives you've considered.
Right now I'm writing my own module by using the EventBridge module, and the aws_task_definition ressource.
Thank you in advance.
The text was updated successfully, but these errors were encountered: