Skip to content

Commit 06936e1

Browse files
fixed #36
1 parent a9c70ed commit 06936e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notifications/resource.go

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func NewService(m interface{}) *notifications.ServiceClient {
5353

5454
// Create expects the configuration within the given ResourceData and sends it to the Dynatrace Server in order to create that resource
5555
func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
56-
d.SetId("FOOO")
5756
config := new(notifications.NotificationRecord)
5857
if err := config.UnmarshalHCL(hcl.DecoderFrom(d)); err != nil {
5958
return diag.FromErr(err)

0 commit comments

Comments
 (0)