Skip to content

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.

3 participants