Skip to content

Commit

Permalink
incorporate feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory committed Jun 19, 2020
1 parent cde8911 commit 181b7cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datadog/resource_datadog_dashboard_change_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ import (

const datadogDashboardChangeConfig = `
resource "datadog_dashboard" "change_dashboard" {
title = "Acceptance Test Change Widget Dashboard"
description = "Created using the Datadog provider in Terraform"
layout_type = "ordered"
is_read_only = true
title = "Acceptance Test Change Widget Dashboard"
description = "Created using the Datadog provider in Terraform"
layout_type = "ordered"
is_read_only = true
widget {
change_definition {
request {
Expand Down

0 comments on commit 181b7cc

Please sign in to comment.