You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're creating a configuration that's active in some accounts, but not in others, currently you cannot instantiate this provider
provider"openai" {
admin_key=var.openai_api_key
}
Where var.openai_api_key is null by default - throws an error, in my opinion this should not in fact throw an error as it makes this common config impossible!
The text was updated successfully, but these errors were encountered:
If you're creating a configuration that's active in some accounts, but not in others, currently you cannot instantiate this provider
Where
var.openai_api_key
isnull
by default - throws an error, in my opinion this should not in fact throw an error as it makes this common config impossible!The text was updated successfully, but these errors were encountered: