Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
therve committed Oct 12, 2020
1 parent 08d7c6b commit 61da933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/datadog/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ func (g *DashboardGenerator) createResources(dashboards []datadogV1.DashboardSum
return resources
}

func (g *DashboardGenerator) createResource(dashboardId string) terraformutils.Resource {
func (g *DashboardGenerator) createResource(dashboardID string) terraformutils.Resource {
return terraformutils.NewSimpleResource(
dashboardId,
fmt.Sprintf("dashboard_%s", dashboardId),
dashboardID,
fmt.Sprintf("dashboard_%s", dashboardID),
"datadog_dashboard",
"datadog",
DashboardAllowEmptyValues,
Expand Down

0 comments on commit 61da933

Please sign in to comment.