Open darianm23 opened 10 months ago
resource "sumologic_cse_tag_schema" "tag_schema" { key = "location" label = "label" content_types = ["entity"] free_form = "true" value_options { value = "option value" label = option label" link = "http://foo.bar.com" } }
should instead read
resource "sumologic_cse_tag_schema" "tag_schema" { key = "location" label = "label" content_types = ["entity"] free_form = "true" value_options { value = "option value" label = "option label" link = "http://foo.bar.com" } }
should instead read