Hi,
Does anyone have experience with the Terraform resource squaredup_dashboard_image.
Tile just says “Failed to read image”
Is .svg file supported?
resource “squaredup_dashboard_image” “azure” {
tile_id = local.application1_image_tile_id
dashboard_id = squaredup_dashboard.azure[“globalmap”].id
workspace_id = squaredup_workspace.azure.id
image_base64_data_uri = “data:image/svg+xml;charset=utf-8;base64,${filebase64(”${path.module}/files/azure/masterv3.0.svg")}"
image_file_name = “globalmap.svg”
}