You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not run cloud policy types tests with `tf_acc_onprem_secure` tag
* Change rules order to fix `TestAccCustomPolicy`:
```
resource_sysdig_secure_custom_policy_test.go:19: Step 2/12 error running import: ImportStateVerify attributes not equivalent. Difference is shown below. The - symbol indicates attributes missing after import.
map[string]string{
- "rules.0.name": "Write below etc",
+ "rules.0.name": "TERRAFORM TEST 6yf1pzvnbf - Terminal Shell",
- "rules.1.name": "TERRAFORM TEST 6yf1pzvnbf - Terminal Shell",
+ "rules.1.name": "Write below etc",
}
```
0 commit comments