docs(tutorials): fix project settings and classification levels#188
Merged
ecmadao merged 4 commits intobytebase:mainfrom Apr 16, 2026
Merged
Conversation
- 3-projects.tf: Replace removed fields (allow_modify_statement, auto_resolve_issue, auto_enable_backup) with current schema fields (allow_just_in_time_access, force_issue_labels) - 8-2-classification.tf: Add missing level field to top-level classifications (id "1" and "2") Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rename project-one → project_one, project-two → project_two in resource labels to follow HashiCorp naming conventions. The resource_id values keep hyphens (Bytebase identifiers). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This reverts commit b3ec0ee.
ecmadao
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3-projects.tf: Replace removed fields (allow_modify_statement,auto_resolve_issue,auto_enable_backup) with current valid project settings (allow_just_in_time_access,force_issue_labels)8-2-classification.tf: Add missinglevelfield to top-level classifications (id"1"and"2") to matchexamples/setup/data_masking.tfTest plan
terraform validatepasses for the tutorials directorydocs/resources/Companion docs PR: https://github.com/bytebase/bytebase.com/pull/1079
🤖 Generated with Claude Code