terraform-provider-sumologic icon indicating copy to clipboard operation
terraform-provider-sumologic copied to clipboard

Only 1 block of linked_dashboard is allowed

Open henbeibi opened this issue 2 years ago • 1 comments

According to the official document, linked_dashboard should be a block list, however, it's reporting

╷
│ Error: Too many linked_dashboard blocks
│ 
│   on dashboards.tf line 338, in resource "sumologic_dashboard" "test_dashboard2":
│  338:         content {
│ 
│ No more than 1 "linked_dashboard" blocks are allowed
╵

Sample Code block

      linked_dashboard {
        id = sumologic_dashboard.test_dashboard1["key1"].id
      }
      linked_dashboard {
        id = sumologic_dashboard.test_dashboard1["key2"].id
      }

henbeibi avatar Oct 21 '22 14:10 henbeibi

Internal JIRA SUMO-204910

dlinsumo avatar Oct 24 '22 15:10 dlinsumo