poddm opened a new pull request, #57: URL: https://github.com/apache/cloudstack-terraform-provider/pull/57
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 = (known after apply) + id = (known after apply) + is_dynamic = (known after apply) + name = "host" + scope = (known after apply) + value = "example" } ``` This requires the latest client. See - https://github.com/apache/cloudstack-go/releases/tag/v2.14.0 https://github.com/apache/cloudstack-go/pull/47 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org