Skip to content

2. Getting Started

drichelson edited this page Nov 9, 2024 · 1 revision

First steps

  1. Determine your project scope and come up with a short name.
  2. Determine your starting environments. These can be changed later so it's ok to use the defaults.
  3. Provision your infrastructure using the brightly-flags Terraform module. Example

Setting up your application with a properly configured LaunchDarkly SDK

Instructions and examples are auto-generated for each environment in the GitHub repo. Once your infrastructure is provisioned, you can find the instructions in the project/environments/<env>/README.md file. You can also look at dev environment in the example flags repo

Best practices suggest wiring in all properties via terraform (the module outputs the necessary values). However, you can also manually configure the SDK.

Clone this wiki locally