Skip to content

Commit

Permalink
Fix fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Bhardwaj committed Apr 18, 2024
1 parent cd71936 commit a9c246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/database/datasource_database_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func dataSourceDigitalOceanDatabaseClusterRead(ctx context.Context, d *schema.Re
return diag.Errorf("Error setting ui connection info for database cluster: %s", err)
}
}

d.Set("urn", db.URN())
d.Set("private_network_uuid", db.PrivateNetworkUUID)
d.Set("project_id", db.ProjectID)
Expand Down

0 comments on commit a9c246c

Please sign in to comment.