You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ using Terraform Bytebase Provider to prepare those instances ready for applicati
17
17
18
18
-[Go](https://golang.org/doc/install) (1.19 or later)
19
19
-[Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) (1.3.5 or later)
20
-
-[Bytebase](https://github.com/bytebase/bytebase) (3.5.0 or later)
20
+
-[Bytebase](https://github.com/bytebase/bytebase) (3.6.0 or later)
21
21
22
22
> If you have problems running `terraform` in MacOS with Apple Silicon, you can following https://stackoverflow.com/questions/66281882/how-can-i-get-terraform-init-to-run-on-my-apple-silicon-macbook-pro-for-the-go and use the `tfenv`.
Copy file name to clipboardExpand all lines: docs/data-sources/setting.md
+41-10Lines changed: 41 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,39 +28,49 @@ The setting data source.
28
28
### Read-Only
29
29
30
30
-`approval_flow` (Block List) Configure risk level and approval flow for different tasks. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--approval_flow))
31
+
-`environment_setting` (Block List) The environment (see [below for nested schema](#nestedblock--environment_setting))
31
32
-`id` (String) The ID of this resource.
32
33
33
34
<aid="nestedblock--classification"></a>
34
35
### Nested Schema for `classification`
35
36
36
-
Optional:
37
+
Required:
37
38
38
-
-`classification_from_config` (Boolean) If true, we will only store the classification in the config. Otherwise we will get the classification from table/column comment, and write back to the schema metadata.
39
-
-`classifications` (Block Set) (see [below for nested schema](#nestedblock--classification--classifications))
39
+
-`classifications` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--classification--classifications))
40
40
-`id` (String) The classification unique uuid.
41
-
-`levels` (Block Set) (see [below for nested schema](#nestedblock--classification--levels))
41
+
-`levels` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--classification--levels))
42
42
-`title` (String) The classification title. Optional.
43
43
44
+
Optional:
45
+
46
+
-`classification_from_config` (Boolean) If true, we will only store the classification in the config. Otherwise we will get the classification from table/column comment, and write back to the schema metadata.
0 commit comments