-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Not sure if I'm just missing something but we want to have segment changes require approvals for my production environment:
Example from docs:
resource "launchdarkly_environment" "approvals_example" {
name = "Approvals Example Environment"
key = "approvals-example"
color = "ff00ff"
tags = ["terraform", "staging"]
approval_settings {
required = true
can_review_own_request = true
min_num_approvals = 2
can_apply_declined_changes = true
}
project_key = launchdarkly_project.example.key
}
In this example there's nothing in the approval_settings block tying it to flag vs segment. When I run this I see only flag approvals being affected. Is there a way to target the segment approvals?

Metadata
Metadata
Assignees
Labels
No labels