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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Provider version : 1.69.2
Terraform Version : v1.9.2
The dashboard will be created and the y_axis_view_by parameter is set to value.
Actual Behavior
I created a dashboard in IBM Cloud logs but I´m not able to set the y_axis_view_by parameter to value. The documentation says the value shoud be a list, the generate plan command accepts it either. But when the plan is applied, it fails (see Debug output).
When I remove the y_axis_view_by parameter everything works fine. After setting the value manually in the IBM Cloud Logs UI and executing the generate plan job, it shows the change of removing the exact parameter as shown in the code snippet above.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Provider version : 1.69.2
Terraform Version : v1.9.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/McSurf84/b170ce9c90ad082acccdcec34aaad7b6
Expected Behavior
The dashboard will be created and the
y_axis_view_by
parameter is set to value.Actual Behavior
I created a dashboard in IBM Cloud logs but I´m not able to set the
y_axis_view_by
parameter tovalue
. The documentation says the value shoud be a list, thegenerate plan
command accepts it either. But when the plan is applied, it fails (see Debug output).When I remove the
y_axis_view_by
parameter everything works fine. After setting the value manually in the IBM Cloud Logs UI and executing thegenerate plan
job, it shows the change of removing the exact parameter as shown in the code snippet above.Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: