Skip to content

Commit

Permalink
fix: appfwprofile_sqlinjection_binding
Browse files Browse the repository at this point in the history
  • Loading branch information
janschumann committed Jun 21, 2024
1 parent 649dd25 commit b7cc92d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ func deleteAppfwprofile_sqlinjection_bindingFunc(d *schema.ResourceData, meta in
args["sqlinjection"] = sqlinjection
args["formactionurl_sql"] = url.QueryEscape(d.Get("formactionurl_sql").(string))
args["as_scan_location_sql"] = d.Get("as_scan_location_sql").(string)
args["as_value_type_sql"] = d.Get("as_value_type_sql").(string)
args["as_value_expr_sql"] = d.Get("as_value_expr_sql").(string)

err := client.DeleteResourceWithArgsMap(service.Appfwprofile_sqlinjection_binding.Type(), appFwName, args)
if err != nil {
Expand Down

0 comments on commit b7cc92d

Please sign in to comment.