Flagsmith / flagsmith

Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
https://flagsmith.com/
BSD 3-Clause "New" or "Revised" License
4.81k stars 367 forks source link

Create Terraform scripts for self hosting Flagsmith on all main cloud providers #2087

Open matthewelwell opened 1 year ago

matthewelwell commented 1 year ago

We should have Terraform scripts that we can provide for people to run to host Flagsmith on:

deltacodepl commented 1 year ago

Are contributions welcome? I would be interested in taking care of AWS stack.

dabeeeenster commented 1 year ago

Are contributions welcome? I would be interested in taking care of AWS stack.

Yes that would be great!

deltacodepl commented 1 year ago

Hello I have begun working on some kind of Flagsmith starter kit :) https://github.com/deltacodepl/flagsmith-aws-terraform I plan on creating a small demo that showcases a simple landing page use case, perhaps someone find it useful.

...Regarding the infrastructure itself, do you have any specific plans or requirements for it?

dabeeeenster commented 1 year ago

Wow this is awesome thanks so much @deltacodepl - we'll take a look soon. Would you be interested in us bringing this into our organisation?

If so could you set up a PR into https://github.com/Flagsmith/terraform-examples ?

deltacodepl commented 1 year ago

Sure, Ben I'm open to suggestions about the 'Starter kit' project, in the meantime I'm working on the Django landing page, so maybe I could use Flagsmith for some A/B testing. Also, I've created the PR you requested.