poddm
poddm
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...
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) >...
##### ISSUE TYPE * Enhancement Request ##### COMPONENT NAME ~~~ API ~~~ ##### CLOUDSTACK VERSION ~~~ 4.19 ~~~ ##### CONFIGURATION n/a ##### OS / ENVIRONMENT n/a ##### SUMMARY listStoragePools doesn't...
Enhanced the following resources to support the full api spec. - cloudstack_service_offering_constrained - cloudstack_service_offering_unconstrained - cloudstack_service_offering_fixed I split the service offering API up into multiple resources to make it a...
## issue In the `cloudstack_instance` resource, specifying a `service_offering` by name does not filter the lookup by zone. This can lead to errors when multiple service offerings share the same...
This PR adds a message that `cloudstack_service_offering` is deprecate and might be removed in future releases. Resource is replaced by: https://github.com/apache/cloudstack-terraform-provider/pull/138 - cloudstack_service_offering_constrained - cloudstack_service_offering_unconstrained - cloudstack_service_offering_fixed This is based...