[PR] fix: implement Read/Update/Delete for stub resources [cloudstack-terraform-provider]

2026-03-08 Thread via GitHub
kristofer-atlas opened a new pull request, #285: URL: https://github.com/apache/cloudstack-terraform-provider/pull/285 Implements missing Read, Update, and Delete funcitons for stub resources in the provider. Affected resources: - cloudstack_account - Added Read and Update - clo

Re: [PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
github-actions[bot] commented on PR #207: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207#issuecomment-4018795011 ✅ Build complete for PR #207. 📦 Binary artifacts are available in the [workflow run](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/2281

[PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
Imvedansh opened a new pull request, #207: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207 ### Enhancement for The internetprotocol parameter of the createVPCOffering API supports the values: ``` ipv4 dualstack ``` However, CloudMonkey does not cu

Re: [PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
Imvedansh commented on PR #207: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207#issuecomment-4018799124 So,This change introduces a small mechanism to support enum-based autocomplete and implements it for the `internetprotocol` parameter in `createVPCOffering`. Th

Re: [PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
shwstppr commented on PR #207: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207#issuecomment-4018815296 @Imvedansh this could be useful but I feel this is too static a solution. I would have approached by maybe adding a field in listApis response or even a new API if neeed

Re: [PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
Imvedansh closed pull request #207: Autocomplete: suggestions for internetprotocol enum values URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207 -- 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

Re: [PR] Autocomplete: suggestions for internetprotocol enum values [cloudstack-cloudmonkey]

2026-03-08 Thread via GitHub
Imvedansh commented on PR #207: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/207#issuecomment-4019038259 @shwstppr Thanks,I agree dynamic solution would be scalable rather than static mapping,Im going to explore explosing metadata and using it to enhance!! -- This is an aut