We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c70ed commit 06936e1Copy full SHA for 06936e1
notifications/resource.go
@@ -53,7 +53,6 @@ func NewService(m interface{}) *notifications.ServiceClient {
53
54
// Create expects the configuration within the given ResourceData and sends it to the Dynatrace Server in order to create that resource
55
func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
56
- d.SetId("FOOO")
57
config := new(notifications.NotificationRecord)
58
if err := config.UnmarshalHCL(hcl.DecoderFrom(d)); err != nil {
59
return diag.FromErr(err)
0 commit comments