Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow graceful inconsistency management by TF when public_ips in reso…
…urceOAPINatServiceRead() is empty In `resourceOAPINatServiceRead()`, access to `public_ips[0]` isn't protected against empty list when the API can return an empty list in some edge cases. When `public_ips` is empty, setting `public_ip_id` to `""` allows the TF refresh to succeed and the TF plan/apply to recreate the Nat Service with the correct `public_ip_id`.
- Loading branch information