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
The private key you use for API access must have a passphrase to work with Terraform. You can add a passphrase to your existing key with `ssh-keygen -p -f <private key>`.
87
-
88
-
If you don't want to apply a passphrase to the version of the key you don't use with Terraform you can copy the key first -
89
-
```
90
-
cp <private key> <private key>.pass
91
-
ssh-keygen -p -f <private key>.pass
92
-
```
93
-
### DB Systems timeout
94
-
DB Systems can take up to an hour to provision. Terraform times out after 5 minutes. Ensure the DB System is the last resource you provision in a configuration.
84
+
## Known serious bugs
85
+
None
95
86
96
87
#### About the provider
97
88
This provider was written on behalf of Oracle by [MustWin.](http://mustwin.com/)
0 commit comments