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
Description: "A resource type this backup policy applies to. Resources that have both a matching type and a matching user tag will be subject to the backup policy.",
35
-
Elem: &schema.Schema{Type: schema.TypeString},
30
+
Type: schema.TypeSet,
31
+
Optional: true,
32
+
Computed: true,
33
+
Set: schema.HashString,
34
+
Deprecated: "match_resource_types is being deprecated. Use match_resource_type instead",
35
+
Description: "A resource type this backup policy applies to. Resources that have both a matching type and a matching user tag will be subject to the backup policy.",
Description: "A resource type this backup policy applies to. Resources that have both a matching type and a matching user tag will be subject to the backup policy.",
Review the argument reference that you can specify for your resource.
37
37
38
38
-`match_resource_types` - (Optional, List) A resource type this backup policy applies to. Resources that have both a matching type and a matching user tag will be subject to the backup policy. The default value is `["volume"]`.
39
+
40
+
~> **Note**
41
+
`match_resource_types` is deprecated. Please use `match_resource_type` instead.
42
+
-`match_resource_type` - (Optional, String) The resource type this backup policy will apply to. Resources that have both a matching type and a matching user tag will be subject to the backup policy. The default value is `["volume"]`.
39
43
-`match_user_tags` - (Required, List) The user tags this backup policy applies to. Resources that have both a matching user tag and a matching type will be subject to the backup policy.
40
44
-`name` - (Required, String) The user-defined name for this backup policy. Names must be unique within the region this backup policy resides in.
41
45
-`resource_group` - (Optional, List) The resource group id, to use. If unspecified, the account's [default resource group](https://cloud.ibm.com/apidocs/resource-manager#introduction) is used.
0 commit comments