sudo87 opened a new pull request, #332: URL: https://github.com/apache/cloudstack-terraform-provider/pull/332
Three small, independent fixes bundled together, separate commits, each revertable on its own. - storage_network_ip_range: in-place updates always failed (CloudStack self-overlap bug on updateStorageNetworkIpRange). Marked start_ip/end_ip/netmask ForceNew so Terraform replaces instead of failing. - service_offering: importing then applying a minimal config plans a destroy+recreate, since ForceNew fields left out of config don't match the real imported state. Documented that all ForceNew fields must be specified after import. - project: added snake_case display_text (matching every other resource), deprecated the old displaytext. Additive, not a rename, existing state still works. Verified against a live lab with a local build; no leftover test objects. -- 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]
