Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Can't control segment approvals #339

Copy link
Copy link
@drew-altana

Description

@drew-altana
Issue body actions

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?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.