Ian
Ian
### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] Vote on this issue by adding a 👍 [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...
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...
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.
### problem There is a version label mismatch in the Docker image simulator-4.19.3.0. The image name indicates version 4.19.3.0, but when inspecting the image labels with docker inspect simulator-4.19.3.0 |...
## Describe the Bug When there is a dash `-` in the instance name, the `Postgresql_conf` defined resource fails ```yaml profile::postgres::instances: "%{facts.networking.hostname}": instance_user: "postgres" instance_group: "postgres" ``` We want to...
Update `resource_cloudstack_security_group` to allow `domainid` or `projectid` https://cloudstack.apache.org/api/apidocs-4.21/apis/createSecurityGroup.html This is breaking since I'm renaming `project` to `projectid` (just more descriptive as to what is expected in this field and matches...
### The required feature described as a wish **User Story**: As a CloudStack Administrator/Operator, I want to add custom key-value tags to domains so that I can categorize, filter, and...
When `interface_select_method` is set to its default value `("auto")`, the FortiOS API omits this field from GET responses. This caused Terraform to continuously detect drift and attempt to add the...