-
Notifications
You must be signed in to change notification settings - Fork 17
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 Automations #52
Comments
Automations would be extremely valuable. For example, configuring notifications for flows that run longer than expected in a standardized and reusable way. |
I have another customer strongly asking for automations to be supported by the terraform provider. |
mitchnielsen
changed the title
Support for Automations, Service Accounts
Support Automations
Jun 12, 2024
As a breadcrumb, Eddie has created #177 to scope the work to add this. |
jamiezieziula
added
customer-requested
triaged
open-source
feature
terraform-provider
open source
labels
Aug 30, 2024
— with
Linear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be convenient to be able to manage these resources like Automations and Service Accounts via the Terraform provider. Managing them via code as opposed to the UI (or even the API) would be nice because these kinds of resources are often:
In the case of Service Accounts, these objects also generate sensitive output that needs to be pushed to other secrets stores like AWS Secrets Manager, for example. Making changes to these resources (e.g. refreshing API tokens) and having the changes instantly propagated to your secrets vault/manager of choice would remove some of the tedium of having to do this kind of stuff manually.
The text was updated successfully, but these errors were encountered: