Skip to content

Commit 8c11394

Browse files
Divya-Singh1693hkantare
authored andcommitted
removing setting the verification_type
1 parent df35afe commit 8c11394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm/service/eventnotification/resource_ibm_en_destination_custom_email.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func resourceIBMEnCustomEmailDestinationUpdate(context context.Context, d *schem
302302

303303
options.SetInstanceID(parts[0])
304304
options.SetID(parts[1])
305-
verifyCustomEmailDestinationConfiguration.SetType(d.Get("verification_type").(string))
305+
306306
verifyCustomEmailDestinationConfiguration.SetInstanceID(parts[0])
307307
verifyCustomEmailDestinationConfiguration.SetID(parts[1])
308308
hasChangeverification := false

0 commit comments

Comments
 (0)