Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
currently when creating 2-node vm db system cluster, there is no way to set private static ips which limits the ability to manage ip pool properly, especially considering this is database.
New or Affected Resource(s)
oci_database_db_system
Potential Terraform Configuration
resource "oci_database_db_system" "this" {
private_ips = [ "ip_a", "ip_b"]
node_count = 2
}
References