Skip to content

Commit

Permalink
Merge pull request #8 from GlobalFishingWatch/new-dataview-category
Browse files Browse the repository at this point in the history
support user dataview category
  • Loading branch information
j8seangel authored Nov 17, 2023
2 parents 076a186 + f4de9b8 commit 03c90ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfw/resource_dataview.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
)

var DATAVIEW_TYPES []string = []string{"context", "environment", "activity", "detections", "events", "vessels"}
var DATAVIEW_TYPES []string = []string{"context", "environment", "activity", "detections", "events", "vessels", "user"}
var DATAVIEW_APPS []string = []string{"fishing-map", "vessel-history"}
var DATAVIEW_CONFIG_INTERVALS []string = []string{"hours", "day", "10days", "month", "year", "HOURS", "DAY", "10DAYS", "MONTH", "YEAR"}
var DATAVIEW_CONFIG_TYPES []string = []string{
Expand Down

0 comments on commit 03c90ec

Please sign in to comment.