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
Getting deprecated error message when trying to set environment_variables on checks, suggesting to use environment_variable. However, environment_variable does not exist on objects in pulumi provider.
* Key/value pairs for setting environment variables during check execution. These are only relevant for browser checks.
* Use global environment variables whenever possible.
*
* @deprecated The property `environment_variables` is deprecated and will be removed in a future version. Consider using the new `environment_variable` list.
Pulumi version
3.65.1
Provider version
1.1.4
Steps to reproduce
Getting deprecated error message when trying to set environment_variables on checks, suggesting to use
environment_variable
. However,environment_variable
does not exist on objects in pulumi provider.pulumi-checkly/sdk/nodejs/check.ts
Lines 55 to 61 in 8b79e94
environment_variable
does exist in Terraform provider though https://github.com/checkly/terraform-provider-checkly/blob/2538b815df51379677e67be6246f748fecd68206/checkly/resource_check.go#L127C5-L148This issue makes it impossible to create browser checks in Pulumi per environment
What is expected?
environment_variable
should exist on ChecksWhat is actually happening?
environment_variable
does not exist on ChecksSystem Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: