I'm working on a list of terraform provider updates and fixes for things
I've personally hit in our implementation.
I'd like to get some eyes on these as I create them, with the hopes of
maybe getting someone to coordinate an 0.7.0 release in the nearish
future (as it can be hard to keep users up to date on the provider
module with just a local install).
* Add IPv6 support to cloudstack_network resource:
https://github.com/apache/cloudstack-terraform-provider/pull/282
* Network ACL Rules modifications cause churn due to being a TypeList:
https://github.com/apache/cloudstack-terraform-provider/pull/281
* Unnecessary requirement for project in resources:
https://github.com/apache/cloudstack-terraform-provider/pull/280
I've likely got some other PRs coming soon to address other issues.