cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
CloudStack Terraform Provider
Cloudstack now allows regular users to create Private Gateways without root access. However, this update hasn't been integrated into the Terraform provider. Would like to request that this be supported...
According the Cloudstack GUI, ACL Rule has a description field. But it is not available in the Terraform Provider. Would like to request that this value be made available in...
Hello, I am looking for adding multiple nic at instances, being created with terraform and adding predefined mac addresses at those instances (windows 10 activated systems) and there is no...
Update SDKs
Update of SDKs and Go version: - Go v1.21 - Terraform SDK from v1 to v2 - Cloudstack SDK from `v2.13.2` to `v2.16.0` The acceptance tests are still failing but...
Hi, this is my first try to open an issue here, please bear with me, if this is not the correct way. I will thankfully accept any hints to optimize...
This PR will: - Create the plugin framework provider - Migrate the service offering resource to the plugin framework
Adding cloudstack configuration resource. - https://cloudstack.apache.org/api/apidocs-4.17/apis/updateConfiguration.html - https://cloudstack.apache.org/api/apidocs-4.17/apis/listConfigurations.html - https://cloudstack.apache.org/api/apidocs-4.17/apis/resetConfiguration.html ```hcl # cloudstack_configuration.example will be created + resource "cloudstack_configuration" "example" { + category = (known after apply) + description =...
Enhanced the following resources to support the full api spec. - cloudstack_disk_offering - cloudstack_service_offering_constrained - cloudstack_service_offering_unconstrained - cloudstack_service_offering_fixed I split the service offering API up into multiple resources to make...
Zone wizard resources: - cloudstack_zone - cloudstack_pod - cloudstack_cluster - cloudstack_physical_network - cloudstack_traffic_type - cloudstack_storage_pool - cloudstack_secondary_storage - cloudstack_vlan_ip_range - cloudstack_network_service_provider_state ---- Also, updated data source cloudstack_zone to work with...
This PR adds the following resources: - ```cloudstack_pod``` - ```cloudstack_cluster``` - ```cloudstack_physical_network```