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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v1.8.2
on linux_amd64
Affected Resource(s)
Please list the resources as a list, for example:
harness_platform_monitored_service
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
Expected Behavior
Should create the monitored service
Actual Behavior
API server returned 500. If I set sli.enabled, liveMonitoring.enabled and deploymentVerification.enabled to true. I got no problem. Same thing happen for PUT also. But with different error message like
Cannot invoke \"java.lang.Boolean.booleanValue()\" because the return value of \"io.harness.cvng.core.beans.HealthSourceMetricDefinition$SLIDTO.getEnabled()\" is null
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v1.8.2
on linux_amd64
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
Should create the monitored service
Actual Behavior
API server returned 500. If I set
sli.enabled
,liveMonitoring.enabled
anddeploymentVerification.enabled
totrue
. I got no problem. Same thing happen for PUT also. But with different error message likeSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: