Hi All, I've created a CloudStack Terraform Provider release candidate (RC1) for version 0.7.0, with the following artifacts up for testing and a vote:
Git Branch and Commit SHA: https://github.com/cloudstack/terraform-provider-cloudstack Commit: cd071af12c7bf9d2651c456683ee4d4a85a71882 Source release (checksums and signatures are available at the same location): https://dist.apache.org/repos/dist/dev/cloudstack/terraform-provider-0.7.0-rc1/ PGP release keys (signed using D6E0581ECF8A2FBE3FF6B3C9D7CEAE3A9E71D0AA): https://dist.apache.org/repos/dist/release/cloudstack/KEYS The 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) For testing/voting purposes, you can use this release candidate (RC1) provider: terraform { required_providers { cloudstack = { source = "cloudstack/cloudstack" version = "0.7.0-rc1" } } } Regards, Suresh
