cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
CloudStack Terraform Provider
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.7.0 to 1.9.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-testing's releases. v1.9.0 ENHANCEMENTS: knownvalue: Add Int32Exact check for int32 value testing. (#356) knownvalue: Add Float32Exact check for float32 value...
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.22.0 to 0.23.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-go's releases. v0.23.0 BREAKING CHANGES: tfprotov5+tfprotov6: FunctionServer interface is now required in ProviderServer. Implementations not needing function support can return...
Bumps [github.com/hashicorp/terraform-plugin-mux](https://github.com/hashicorp/terraform-plugin-mux) from 0.15.0 to 0.16.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-mux's releases. v0.16.0 NOTES: all: The v0.15.0 release updated this Go module to Go 1.21 per the Go support policy....
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.34.0 NOTES: all: The v2.33.0 release updated this Go module to Go 1.21 per the Go support policy....
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Not able to create load balancer by attaching multiple instances to a load balancer rules. Tried to synchronize the load balancer rule creation one after another. But NO luck.
Trying to create some networks with acl rules When i run terraform plan everything is ok, but when i run terraform apply i have the following error.  Can you...
I have a simple main.tf as follows that includes a data resource. this plugin crashes when i run terraform plan I have the correct values for api_key and secret as...
Hello, I am trying to create an account within a specified domain using the CloudStack Terraform Provider. However, I'm unable to find a clear way to attach the newly created...
Fixes #133