Skip to content

Commit ef5062e

Browse files
add comment
1 parent 7852efa commit ef5062e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sysdig/resource_sysdig_secure_posture_policy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,8 @@ func setControls(controls []v2.Control) []interface{} {
352352
return controlsData
353353
}
354354
func resourceSysdigSecurePosturePolicyDelete(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
355-
355+
// TODO: implement deletion
356356
return nil
357-
358357
}
359358

360359
// Helper function to retrieve string value from ResourceData and handle nil case

0 commit comments

Comments
 (0)