-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Labels
Description
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
Would it be possible to have an IP_Address property for oci_load_balancer_load_balancer, to explicitly assign a private IP to the load balancer?
Changes to Load Balancer property that does not support update will force the destruction and recreation of the load balancer, which results in a new IP Address assigned by the system. Then we need to update DNS name resolution, etc. Or perhaps the recreation process could be enhanced to internally lookup the current IP Address first, and then preserve it, by reusing the old IP.
New or Affected Resource(s)
oci_load_balancer_load_balancer and oci_network_load_balancer_network_load_balancer
References
https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/load_balancer_load_balancer
JLO974, mzyn1b and carmaa