Skip to content

Commit

Permalink
Set ForceNew true on dashboard name
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeiris committed Jan 2, 2020
1 parent fbd8fdc commit 5c1a194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_cloudwatch_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func resourceAwsCloudWatchDashboard() *schema.Resource {
"dashboard_name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validateCloudWatchDashboardName,
},
},
Expand Down

0 comments on commit 5c1a194

Please sign in to comment.