@@ -37,10 +37,10 @@ resource "inext_web_api_asset" "my-webapi-asset" {
37
37
practice {
38
38
main_mode = "Learn" # enum of ["Prevent", "Inactive", "Disabled", "Learn"]
39
39
sub_practices_modes = {
40
- IPS = "AccordingToPractice" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
41
- WebBot = "AccordingToPractice" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
42
- Snort = "Disabled" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
43
- APIDiscovery = "Active" # enum of ["Active", "Disabled"]
40
+ IPS = "AccordingToPractice" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
41
+ WebBot = "AccordingToPractice" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
42
+ Snort = "Disabled" # enum of ["Detect", "Prevent", "Inactive", "AccordingToPractice", "Disabled", "Learn", "Active"]
43
+ APIDiscovery = "Active" # enum of ["Active", "Disabled"]
44
44
}
45
45
id = inext_web_api_practice.my-webapi-practice.id # required
46
46
triggers = [inext_log_trigger.mytrigger.id]
0 commit comments