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
This provider allows user to manage OceanBase resources on cloud environment using terraform, it's based on OceanBase's [multi-cloud platform](https://console-cn.oceanbase.com) APIs.
3
+
4
+
## Requirements
5
+
Go 1.22 (to build the provider)
6
+
7
+
## Building The Provider
8
+
Run the following command to build the provider
9
+
```
10
+
make build
11
+
```
12
+
## Using the provider
13
+
First, configure the `.terraformrc` file under user's home directory, make sure to the real path where the binary located.
0 commit comments