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
feat(cis): add rules_to_skip in ibm_cis_ruleset_rule (#6441)
* deleted unused log statement
* update the schema to have rules_to_skip
* update the rules-to-skip schema and add expand and flattening logic
* make ruleset_id and rule_ids required field & update docs
* revert the code change in iam service
* add schema in datasource and update the datasource related doc
Copy file name to clipboardExpand all lines: website/docs/r/cis_ruleset_rule.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,13 @@ Review the argument references that you can specify for your resource.
157
157
-`category` (Required, String) Category of the rule.
158
158
-`enabled` (Optional, Boolean) Enables/Disables the rule.
159
159
-`action` (Optional, String) Action of the rule.
160
+
161
+
-`rules_to_skip` (Optional, List) Rules to be skipped when action is `skip`
162
+
163
+
Nested scheme of `rules_to_skip`
164
+
-`ruleset_id` (Required, String) Id of the Ruleset
165
+
-`rule_ids` (Required, List) List of rule-ids
166
+
160
167
-`position` (Optional, List). You can use only one of the before, after, and index fields at a time. It is used to update the positing of the existing rule.
161
168
-`index` (Optional, String) Index of the rule to be added.
162
169
-`before` (Optional, String) ID of the rule before which the new rule will be added.
0 commit comments