Skip to content

docs(tutorials): sync tutorial .tf files with provider 3.20.0#202

Merged
d-bytebase merged 1 commit into
bytebase:mainfrom
adela-bytebase:docs/tutorials-sync-3-20-0
Jul 2, 2026
Merged

docs(tutorials): sync tutorial .tf files with provider 3.20.0#202
d-bytebase merged 1 commit into
bytebase:mainfrom
adela-bytebase:docs/tutorials-sync-3-20-0

Conversation

@adela-bytebase

Copy link
Copy Markdown
Contributor

Summary

Syncs the tutorial sample .tf files to the 3.20.0 schema changes. Paired with the docs.bytebase.com PR: https://github.com/bytebase/bytebase.com/pull/65

Changes (verified against migration/3.20.0.md, provider/data_source_setting.go, and the bytebase review_config_service.proto):

  • 3-projects.tfissue_labels.color string → RGB color {} block (colors are now google.type.Color; red/green/blue floats in [0,1]). #0066CC(0, 0.4, 0.8), #CC6600(0.8, 0.4, 0).
  • 5-sql-review.tfSTATEMENT_MAXIMUM_LIMIT_VALUE is one of the 7 SQL review rules removed in 3.20.0 (reserved at review_config_service.proto:224). Replaced with STATEMENT_INSERT_ROW_LIMIT (kept; PostgreSQL-supported; same number_payload shape).

Not applicable to these samples (no occurrences): the maximum_role_expiration_in_seconds rename, announcement leveltheme, environment colors, and Vault token_type.

Test plan

  • terraform plan on the Part 3 and Part 5 samples succeeds against a 3.20.0 workspace

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@d-bytebase d-bytebase merged commit f766a76 into bytebase:main Jul 2, 2026
3 checks passed
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