+1 (binding)
Based on basic setup and instance setup:
$ terraform init
Initializing the backend...
Initializing provider plugins...
- Finding cloudstack/cloudstack versions matching "0.6.0-rc3"...
- Installing cloudstack/cloudstack v0.6.0-rc3...
- Installed cloudstack/cloudstack v0.6.0-rc3 (self-signed, key ID
7B3F1C5E93F97FAB)
...
> terraform plan
Terraform used the selected providers to generate the following execution plan.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# cloudstack_instance.web will be created
+ resource "cloudstack_instance" "web" {
+ disk_offering = (known after apply)
+ display_name = (known after apply)
+ expunge = false
+ group = (known after apply)
+ id = (known after apply)
+ ip_address = (known after apply)
+ name = "server-1"
+ network_id = "bd36fab5-9783-475a-ba02-1e4abf8fe25b"
+ override_disk_offering = (known after apply)
+ project = (known after apply)
+ root_disk_size = (known after apply)
+ service_offering = "2dfe5044-bd0f-44b4-9090-29bda79af1a5"
+ start_vm = true
+ tags = (known after apply)
+ template = "08d5308d-d571-4568-ba21-fde17053c2f9"
+ uefi = false
+ zone = "323a3a13-7758-4042-98fc-e165da1b139c"
}
Plan: 1 to add, 0 to change, 0 to destroy.
....
And then terraform apply.
Regards.
________________________________
From: Suresh Kumar Anaparti <[email protected]>
Sent: Tuesday, October 14, 2025 17:33
To: [email protected] <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: [VOTE] Release Apache CloudStack Terraform Provider v0.6.0 RC-3
+1 (binding)
Upgraded previous RC, and tested some instance & network operations.
Regards,
Suresh
On Fri, Oct 10, 2025 at 4:59 PM 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: e53f30cccd94e06a771f131a27e1f50de4ed8753
>
> 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-rc3"
> }
> }
> }
>
>
>
> 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)
>