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
@@ -15,7 +15,7 @@ using Terraform Bytebase Provider to prepare those instances ready for applicati
15
15
16
16
-[Go](https://golang.org/doc/install) (1.19 or later)
17
17
-[Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) (1.3.5 or later)
18
-
-[Bytebase](https://github.com/bytebase/bytebase) (3.15.0 or later)
18
+
-[Bytebase](https://github.com/bytebase/bytebase) (3.16.0 or later)
19
19
20
20
> 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/database_list.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,14 @@ The database data source list.
15
15
<!-- schema generated by tfplugindocs -->
16
16
## Schema
17
17
18
-
### Required
19
-
20
-
-`parent` (String)
21
-
22
18
### Optional
23
19
24
20
-`engines` (Set of String) Filter databases by engines.
25
21
-`environment` (String) The environment full name. Filter databases by environment.
26
22
-`exclude_unassigned` (Boolean) If not include unassigned databases in the response.
27
23
-`instance` (String) The instance full name. Filter databases by instance.
28
24
-`labels` (Map of String) Filter databases by labels
25
+
-`parent` (String) The parent resource. Format: workspaces/{workspace id}, instances/{instance id}, or projects/{project id}. Defaults to the workspace if not specified.
29
26
-`project` (String) The project full name. Filter databases by project.
30
27
-`query` (String) Filter databases by name with wildcard
Copy file name to clipboardExpand all lines: docs/data-sources/iam_policy.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,10 @@ The IAM policy data source.
15
15
<!-- schema generated by tfplugindocs -->
16
16
## Schema
17
17
18
-
### Required
19
-
20
-
-`parent` (String) The IAM policy parent name for the policy, support "projects/{resource id}" or "workspaces/-"
21
-
22
18
### Optional
23
19
24
20
-`iam_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--iam_policy))
21
+
-`parent` (String) The IAM policy parent name for the policy, support "projects/{resource id}" or "workspaces/{workspace id}". Defaults to the workspace if not specified.
Copy file name to clipboardExpand all lines: docs/data-sources/policy.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,13 +17,13 @@ The policy data source.
17
17
18
18
### Required
19
19
20
-
-`parent` (String) The policy parent name for the policy, support projects/{resource id}, environments/{resource id}, instances/{resource id}, or instances/{resource id}/databases/{database name}
21
20
-`type` (String) The policy type.
22
21
23
22
### Optional
24
23
25
24
-`global_masking_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--global_masking_policy))
26
25
-`masking_exemption_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--masking_exemption_policy))
26
+
-`parent` (String) The policy parent name for the policy, support workspaces/{workspace id}, projects/{resource id}, environments/{resource id}, instances/{resource id}, or instances/{resource id}/databases/{database name}. Defaults to the workspace if not specified.
27
27
-`query_data_policy` (Block List, Max: 1) The policy for query data (see [below for nested schema](#nestedblock--query_data_policy))
28
28
-`rollout_policy` (Block List, Max: 1) Control issue rollout. Learn more: https://docs.bytebase.com/administration/environment-policy/rollout-policy (see [below for nested schema](#nestedblock--rollout_policy))
Copy file name to clipboardExpand all lines: docs/data-sources/policy_list.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 @@ The policy data source list.
17
17
18
18
### Optional
19
19
20
-
-`parent` (String) The policy parent name for the policy, support projects/{resource id}, environments/{resource id}, instances/{resource id}, or instances/{resource id}/databases/{database name}
20
+
-`parent` (String) The policy parent name for the policy, support workspaces/{workspace id}, projects/{resource id}, environments/{resource id}, instances/{resource id}, or instances/{resource id}/databases/{database name}. Defaults to the workspace if not specified.
0 commit comments