poddm commented on PR #315: URL: https://github.com/apache/cloudstack-terraform-provider/pull/315#issuecomment-5512297556
Good catch — fixed in [latest commit]. I added an object-level objectplanmodifier.RequiresReplace() on the gpu SingleNestedAttribute so that adding or removing the whole block (null ↔ set) now forces a replace, not just edits to the inner fields. While I was at it, I applied the same object-level RequiresReplace() to the sibling nested blocks (disk_offering, disk_hypervisor, disk_storage), which had the same gap. -- 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]
