cloudstack-terraform-provider icon indicating copy to clipboard operation
cloudstack-terraform-provider copied to clipboard

CloudStack Terraform Provider

Results 82 cloudstack-terraform-provider issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.22.1 to 0.24.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-go's releases. v0.24.0 BREAKING CHANGES: tfprotov5+tfprotov6: Removed temporary ResourceServerWithMoveResourceState interface type. Use ResourceServer instead. (#408) NOTES: all: If using terraform-plugin-mux,...

dependencies

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.7.0 to 1.10.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-testing's releases. v1.10.0 NOTES: compare: The compare package is considered experimental and may be altered or removed in a subsequent...

dependencies

Adding `role` as a terraform managed resource option -> https://cloudstack.apache.org/api/apidocs-4.20/apis/createRole.html Contributes to #82 Using this code for example: ```hcl resource "cloudstack_role" "admin" { name = "foo" type = "Admin" description...

Adding `project` as a terraform managed resource option -> https://cloudstack.apache.org/api/apidocs-4.20/apis/createProject.html Contributes to https://github.com/apache/cloudstack-terraform-provider/issues/82 Using this code for example: ```hcl resource "cloudstack_project" "foo" { name = "terraform-test-project" display_text = "Terraform Test...

Discuss via this issue the scope & timeline of the next TF provider release v0.6.0. Some of the items (issues & PRs) tracked by this milestone are at: https://github.com/apache/cloudstack-terraform-provider/milestone/3

There are a number of settings missing from the `cloudstack_network_offering` https://cloudstack.apache.org/api/apidocs-4.20/apis/createNetworkOffering.html Request: Update the resource to support a number of new parameters.

**Error when creating private gateway** I tested the module for creating private gateways. When executing the creation action below, I receive the following error message: `CloudStack API error 431 (CSExceptionErrorCode:...

documentation

The [example usage](https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/private_gateway#example-usage) of the `cloudstack_private_gateway` resource lacks the required `acl_id` parameter. This PR adds the required parameter to the example usage.

Hi, I'm facing an error when I try create an AutoScaleProfile. `Error` ``` Error: Error creating AutoScaleVmProfile : json: cannot unmarshal object into Go struct field CreateAutoScaleVmProfileResponse.otherdeployparams of type string...

good first issue

i have this code: using (0.5.0 provider) ``` 36 resource "cloudstack_vpc" "tomas_vpc" { 37 name = "tomas_vpc" 38 display_text = "Tomas VPC" 39 cidr = "10.20.0.0/16" 40 vpc_offering = "Default...

invalid