Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support configure classification #85

Merged
merged 16 commits into from
Jan 9, 2025
Merged

chore: support configure classification #85

merged 16 commits into from
Jan 9, 2025

Conversation

ecmadao
Copy link
Collaborator

@ecmadao ecmadao commented Jan 9, 2025

resource "bytebase_setting" "classification" {
  name = "bb.workspace.data-classification"

  classification {
    id    = "unique-id"
    title = "Classification Example"

    levels {
      id    = "1"
      title = "Level 1"
    }
    levels {
      id    = "2"
      title = "Level 2"
    }

    classifications {
      id    = "1"
      title = "Basic"
    }
    classifications {
      id    = "1-1"
      title = "User basic info"
      level = "2"
    }
    classifications {
      id    = "1-2"
      title = "User contact info"
      level = "2"
    }
    classifications {
      id    = "2"
      title = "Relationship"
    }
    classifications {
      id    = "2-1"
      title = "Social info"
      level = "2"
    }
  }
}

@ecmadao ecmadao merged commit 72ca6df into main Jan 9, 2025
4 checks passed
@ecmadao ecmadao deleted the chore/BYT-6817 branch January 9, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants