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
We are provisioning many checkly dashboards with pulumi. Currently it is not possible to set the isPrivate or enableIncidents property through the pulumi provider. We have to go into the checkly admin interface en change these manually after deployment.
How would you implement this feature?
This pulumi provider seems to be based off the Pulumi Terraform provider. If there are any instructions on how to update the pulumi provider to the latest Terraform provider, I would be happy to do the work and submit a PR.
PS. is_private is available in the Terraform provider, but enable_incidents is not (it is in the REST API though). See checkly/terraform-provider-checkly#248 for the feature request to add it to the Terraform provider.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
We are provisioning many checkly dashboards with pulumi. Currently it is not possible to set the
isPrivate
orenableIncidents
property through the pulumi provider. We have to go into the checkly admin interface en change these manually after deployment.How would you implement this feature?
This pulumi provider seems to be based off the Pulumi Terraform provider. If there are any instructions on how to update the pulumi provider to the latest Terraform provider, I would be happy to do the work and submit a PR.
PS.
is_private
is available in the Terraform provider, butenable_incidents
is not (it is in the REST API though). See checkly/terraform-provider-checkly#248 for the feature request to add it to the Terraform provider.The text was updated successfully, but these errors were encountered: