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.6.0 or later)
20
+
-[Bytebase](https://github.com/bytebase/bytebase) (3.7.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/resources/instance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The instance resource.
18
18
### Required
19
19
20
20
-`data_sources` (Block Set, Min: 1) The connection for the instance. You can configure read-only or admin connection account here. (see [below for nested schema](#nestedblock--data_sources))
21
-
-`engine` (String) The instance engine. Support MYSQL, POSTGRES, TIDB, SNOWFLAKE, CLICKHOUSE, MONGODB, SQLITE, REDIS, ORACLE, SPANNER, MSSQL, REDSHIFT, MARIADB, OCEANBASE.
-`environment` (String) The environment full name for the instance in environments/{environment id} format.
23
23
-`resource_id` (String) The instance unique resource id.
24
24
-`title` (String) The instance title.
@@ -53,9 +53,9 @@ Optional:
53
53
-`database` (String) The database for the instance, you can set this if the engine type is POSTGRES.
54
54
-`external_secret` (Block List, Max: 1) The external secret to get the database password. Learn more: https://www.bytebase.com/docs/get-started/instance/#use-external-secret-manager (see [below for nested schema](#nestedblock--data_sources--external_secret))
55
55
-`password` (String, Sensitive) The connection user password used by Bytebase to perform DDL and DML operations.
56
-
-`ssl_ca` (String, Sensitive) The CA certificate. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDB, CLICKHOUSE or COCKROACHDB.
57
-
-`ssl_cert` (String, Sensitive) The client certificate. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDB, CLICKHOUSE or COCKROACHDB.
58
-
-`ssl_key` (String, Sensitive) The client key. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDB, CLICKHOUSE or COCKROACHDB.
56
+
-`ssl_ca` (String, Sensitive) The CA certificate. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDBor CLICKHOUSE.
57
+
-`ssl_cert` (String, Sensitive) The client certificate. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDBor CLICKHOUSE.
58
+
-`ssl_key` (String, Sensitive) The client key. Optional, you can set this if the engine type is MYSQL, POSTGRES, TIDBor CLICKHOUSE.
59
59
-`username` (String) The connection user name used by Bytebase to perform DDL and DML operations.
0 commit comments