Skip to content
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 Automations #52

Open
TaliaSRTR opened this issue Aug 25, 2023 · 5 comments
Open

Support Automations #52

TaliaSRTR opened this issue Aug 25, 2023 · 5 comments

Comments

@TaliaSRTR
Copy link

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:

  1. Relatively static
  2. Configured very similarly from one to the next, and so would lend themselves to being built out via custom Terraform modules

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.

@parkedwards
Copy link
Contributor

Great connecting today - we'll kick tires on Automations, and Service Accounts were added in #49, with key rotation handled in #73

@dacreify
Copy link

Automations would be extremely valuable. For example, configuring notifications for flows that run longer than expected in a standardized and reusable way.

@taylor-curran
Copy link

I have another customer strongly asking for automations to be supported by the terraform provider.

@mitchnielsen
Copy link
Contributor

With Service Accounts addressed in #27 and #80, I'm going to modify the issue title to focus on Automations so we can track this more accurately 👍🏼

@mitchnielsen mitchnielsen changed the title Support for Automations, Service Accounts Support Automations Jun 12, 2024
@mitchnielsen
Copy link
Contributor

As a breadcrumb, Eddie has created #177 to scope the work to add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants