Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmcts/launchdarkly-terraform
Terraform to create/manage feature toggle using LaunchDarkly
https://github.com/hmcts/launchdarkly-terraform
launchdarkly
Last synced: 1 day ago
JSON representation
Terraform to create/manage feature toggle using LaunchDarkly
- Host: GitHub
- URL: https://github.com/hmcts/launchdarkly-terraform
- Owner: hmcts
- License: mit
- Created: 2020-01-21T13:19:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T12:47:06.000Z (9 days ago)
- Last Synced: 2025-01-10T13:44:14.686Z (9 days ago)
- Topics: launchdarkly
- Language: HCL
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 136
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - hmcts/launchdarkly-terraform - Terraform to create/manage feature toggle using LaunchDarkly (HCL)
README
# launchdarkly-terraform
Terraform to create/manage projects within LaunchDarkly. Feature toggles are created directly in the LaunchDarkly portal.
# Adding a new project
## Prerequisites:
A team Azure Active Directory group, this is normally setup when you join, but if you don't have one ask the Platform Operations team to create it for you.
## Steps:
To add a new project, open the [terraform.tfvars](terraform.tfvars) file and add the following values under the Project variable:
Example:
```
{
name = "MyTeam"
azuread_group = "My Teams AzureAd group display name"
},
```Where:
* name = the name of the project/team.
* azuread_group= Display name of the Azure AD Group required in the prerequisites