-
Hi,
I'm running the following piece of TF:
```
terraform {
required_providers {
openai = {
source = "skyscrapr/openai"
}
}
}
variable "ai_token" {}
provider "opena…
-
Hi,
Is there a way to put a configurable delay between each call within resource iteration?
Eg when I'm creating `project` resource with `count = 100` or higher, I'm often hitting openai API rate …
-
# Error in openai_assistant.weather_assistant
I’m using the terraform-provider-openai to create an assistant with a function, specifically for weather-related queries. Below is the resource definit…
-
Hi There,
When attempting to use the API in order to interact with AccountGroups the action fails with
```
2023/09/08 15:21:14 invalid character '
-
It would be great if the cloudability_linked_account resource could have a retry mechanism. Currently, we frequently experience timeouts when trying to create a new AWS account and link it with Clouda…
-
Hi team,
I recently switched to official terraform provider, but I am facing errors like below:
```
Error: Missing required argument
│
│ The argument "cloud_region_id" is required, but wa…
-
Hi I am trying the version 1.4.0 and I am getting this error when creating an assistant. The assistant is being create on Open AI
> │ Error: Provider produced inconsistent result after apply
│
│…
-
Trying the new 1.2.1 version of the provider and am seeing this error message when updating in place. This assistant was created with the previous version of this provider if that matters.
The …
-
Hi,
Trying version 1.3.2 now and am getting this error when updating an assistant in place:
My tool resources look like this:
```terraform
tool_resources = {
file_search = {
ve…
-
Hi, I tried updating an assistant in place by adding more tools to the tools list and received:
```
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to openai…