sudo87 opened a new pull request, #330: URL: https://github.com/apache/cloudstack-terraform-provider/pull/330
CloudStack's API normalizes these ForceNew fields' casing on write (e.g. ipv4 -> IPv4, static -> Static), which produced a permanent diff and proposed a destroy/recreate on every subsequent plan. Add a case-insensitive DiffSuppressFunc to both fields. network_mode is unaffected: the API rejects incorrect casing outright instead of silently normalizing it, so no fix is needed there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
