Open nicholas-r-king opened 1 year ago
i guess you need to use the export_objects or @disaster37 ?
I was actually having the same issue and did some digging.
First of all tf with debug shows this:
Response: {"statusCode":400,"error":"Bad Request","message":"Unexpected end of JSON input"}
But then it gets interesting :) When you put index-pattern from repos tests it works! But wait, let's format this json properly, with each key-value in new line. Oh, it doesn't work...
@disaster37, could you check if it's valid conclusion? Provider "doesn't like" new line chars in json?
File contains the exact contents of an exported dashboard from Kibana (saved object). Attempting to create this returns a 400 bad request from kibana/elasticsearch. Dashboard was created in the existing version of Kibana. (Not a version mismatch or something).
running "/usr/local/bin/terraform apply -input=false \"/atlantis/repos/sre/tf-workspaces/infra-central/453/default/cvg-elasticsearch/dashboards/dev-dashboards-elasticsearch-default.tfplan\"" in "/atlantis/repos/sre/tf-workspaces/infra-central/453/default/cvg-elasticsearch/dashboards": exit status 1 kibana_object.rhapsody-dashboard: Creating... ╷ │ Error: 400 Bad Request │ │ with kibana_object.test, │ on dashboards.tf line 1, in resource "kibana_object" "test": │ 1: resource "kibana_object" "test" { │ ╵