useless-solutions / terraform-provider-statsig

Improved Terraform Provider for Statsig
Mozilla Public License 2.0
1 stars 0 forks source link

Breakdown the missing resources for the provider. #1

Open httpoz opened 3 months ago

httpoz commented 3 months ago

I know there are a few missing configs that could be supported. We should ideally target to not have an overlap but to compliment the main provider.

httpoz commented 3 months ago

wdyt @tamirarnesty

httpoz commented 3 months ago

One of my engineers let me know that Statsig now supports patch https://docs.statsig.com/console-api/all-endpoints#patch-/gates/-gate_id-/rules, so we should be able to have state persistence.

tamirarnesty commented 2 months ago

I've listed all of the main resources that we should include in this provider in the description of the issue. I will create an issue from each task list item.

tamirarnesty commented 2 months ago

@httpoz is Applications the same as Target Apps that you're working on in:

Also, I think we should create the Feature Gates here too. The implementation they have in the original provider is not great and it doesn't (personally) make sense for devs to mix providers for the same features. I've gone ahead and created issues for each config that is reasonable for us to create. If we decide not to do it, we can close the issue for it and mark it as Won't Do.

Let me know if you have any thoughts on this...