Skip to content

Commit

Permalink
feat: add LaunchDarkly provider
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored and mergify[bot] committed Jul 26, 2023
1 parent 48abc90 commit a8236d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"http": "http@~> 3.1",
"ionoscloud": "ionos-cloud/ionoscloud@~> 6.2",
"kubernetes": "kubernetes@~> 2.0",
"launchdarkly": "launchdarkly/launchdarkly@~> 2.13",
"local": "hashicorp/local@~> 2.1",
"mongodbatlas": "mongodb/mongodbatlas@~> 1.8",
"newrelic": "newrelic/newrelic@~> 3.7",
Expand Down
5 changes: 4 additions & 1 deletion sharded-stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
"backend": {
"workspaceName": "prebuilt-providers-partners"
},
"providers": ["mongodbatlas"]
"providers": [
"launchdarkly",
"mongodbatlas"
]
}
}
}

0 comments on commit a8236d4

Please sign in to comment.