cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
CloudStack Terraform Provider
@rohityadavcloud Figured it might be good to have the `Discussions` on this repo for when there are topics or questions, that doesn't necessarily need to be an `issue`
This is mainly for Drift Detection. Before I apply my terraform to my environment, i would like to be able to review every one of the resources. This is the...
As per Apache CloudStack API, the method `createNetworkACL` [supports a network ID as parameter](https://cloudstack.apache.org/api/apidocs-4.16/apis/createNetworkACL.html). According to this provider's documentation, it offers [linking network ACL to a VPC ID](https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/network_acl), but not...
Refer https://github.com/apache/cloudstack-terraform-provider/pull/100 and upgrade the go sdk and enable the tests.
It would be useful to be able to override the root disk offering as part of the compute offering and specify a disk offering as part of the cloudstack_instance resource...
Hello Community, I'm seeking assistance in using Terraform to improve the following tasks: 1. Creating AutoScale VM Groups, which includes setting up load balancer rules with Autoscale enabled, implementing ScaleUp/Down...
Currently only Template data source is present https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/data-sources/template. It would be great if more data sources are present to fetch the dataa
ISSUE TYPE Improvement request SUMMARY Improvement request - Support the following resource creation via terraform The following resource creations are not available via terraform cloudstack provider 1. Creation of roles...
Looks like cloudstack is using the "legacy Terraform plugin SDK". To ensure terraform core compatibility we should look at upgrading to SDK v2. Current: `github.com/hashicorp/terraform v0.12.0` - https://github.com/apache/cloudstack-terraform-provider/blob/main/go.mod#L9 [v1-upgrade-guide](https://developer.hashicorp.com/terraform/plugin/sdkv2/guides/v1-upgrade-guide) >...
Would like to request to support Scheduled Volume Snapshots. Its an existing feature in cloudstack, and for me as an admin, when i provision new VMs using terraform (especially if...