Would really like to get this in the 0.6.0 release if possible. This change fixes issue with ACL rules. I had issue with 0.5.x versions and with the 0.6.0-rc2 as well.
https://github.com/apache/cloudstack-terraform-provider/pull/240 This fixes issue with trying to add/update ACL rules and get the following: cloudstack_network_acl_rule.ametrics-acl-rules: Creating... ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to cloudstack_network_acl_rule.ametrics-acl-rules, provider "provider[\"registry.opentofu.org/cloudstack/cloudstack\"]" produced an unexpected new value: Root object was present, but now absent. │ │ This is a bug in the provider, which should be reported in the provider's own issue tracker. Thanks, Jason On Tuesday, September 30, 2025 09:30 UTC, Kiran Chavala <[email protected]> wrote: Hi ALL I've created a CloudStack Terraform Provider release candidate for version 0.6.0, with the following artefacts up for a vote: Git Branch and Commit SH: https://github.com/cloudstack/terraform-provider-cloudstack Commit: 919a358fcc951724c2364ee363a9a055258b1fc3 Source release (checksums and signatures are available at the same location): https://dist.apache.org/repos/dist/dev/cloudstack/cloudstack-terraform-provider-0.6.0/ PGP release keys (signed using E03379CB066175FAC2BC9E027B3F1C5E93F97FAB): https://dist.apache.org/repos/dist/release/cloudstack/KEYS For testing/voting purposes, you can use the provider terraform { required_providers { cloudstack = { source = "cloudstack/cloudstack" version = "0.6.0-rc2" } } } Vote will be open for 72 hours. For sanity in tallying the vote, can PMC members please be sure to indicate "(binding)" with their vote? [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove (and reason why)
