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
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
I understand that you cannot yet create a DBaaS IP reservation with the oraclepaas provider #9 , however there seems to be an issue with referencing an existing IP reservation...
I manually created an IP reservation through the dashboard, and I can see that it exists with the following API call and response body:
curl --include --request GET --user user:password --header "X-ID-TENANT-NAME:REDACTED" https://psm.us.oraclecloud.com/paas/api/v1.1/network/REDACTED/services/dbaas/ipreservations\?networkType=ALL
And after running terraform apply I get the following Error:
* module.dbaas.oraclepaas_database_service_instance.database:1error(s) occurred:* oraclepaas_database_service_instance.database: Error creating DatabaseServiceInstance: unable to create Database Service Instance "DBAAS":400: Create Service Instance request could not be accepted due to the following errors:- The IP Reservation [["DBAASIP"]] does not exist.
The text was updated successfully, but these errors were encountered:
I understand that you cannot yet create a DBaaS IP reservation with the oraclepaas provider #9 , however there seems to be an issue with referencing an existing IP reservation...
I manually created an IP reservation through the dashboard, and I can see that it exists with the following API call and response body:
I am specifying the ip_reservations and region argument in my oraclepaas_database_service_instance config like so:
And after running terraform apply I get the following Error:
The text was updated successfully, but these errors were encountered: