We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1071a0c commit 084ada9Copy full SHA for 084ada9
sysdig/resource_sysdig_secure_policy.go
@@ -52,7 +52,7 @@ func resourceSysdigSecurePolicy() *schema.Resource {
52
Type: schema.TypeInt,
53
Default: 4,
54
Optional: true,
55
- ValidateFunc: validation.IntBetween(1, 9),
+ ValidateFunc: validation.IntInSlice([]int{0, 4, 6, 7}),
56
},
57
"enabled": {
58
Type: schema.TypeBool,
0 commit comments