-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Describe the feature request
I would like to be able to manage feature flags through terraform.
Background
The use case for this is that if we're able to do what's described in #125, it would be nice for teams to have the option to define feature flags using terraform.
I see this in the README.md:
Because feature flags should be short-lived, we do not support managing feature flags through Terraform. Feature flags should be managed directly in Unleash.
But I also see that the expected lifetime of some of the toggle types is up to 40 days, and some are permanent. I think these types would be nice to manage through terraform. We do a lot of frequent changes through terraform, and I would think that for us even the types with an expected lifetime of 7 days would be appropriate to manage with terraform.
I also see in the README.md:
If you're interested in using Terraform to manage feature flags, you can use philips-labs/unleash provider that supports managing feature flags.
We could use that provider, but I think it would be better to use the official provider, and not mix both (we already use features only available in the official provider).
Solution suggestions
Implement resources to manage feature flags.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status