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
You can specify the following arguments for this resource.
36
36
*`instance_id` - (Required, Forces new resource, String) The GUID of the Configuration Aggregator instance.
37
-
*`resource_collection_regions` - (Optional, Forces new resource, String) The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
37
+
*`region` - (Optional, Forces new resource, List) The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
38
38
*`additional_scope` - (Optional, Forces new resource, List) The additional scope that enables resource collection for Enterprise acccounts.
39
39
* Constraints: The maximum length is `10` items. The minimum length is `0` items.
40
40
Nested schema for **additional_scope**:
@@ -48,10 +48,10 @@ Nested schema for **additional_scope**:
48
48
* Constraints: The maximum length is `44` characters. The minimum length is `44` characters. The value must match regular expression `/^[a-zA-Z0-9-]*$/`.
49
49
* `type` - (Optional, String) The type of scope. Currently allowed value is Enterprise.
50
50
* Constraints: The maximum length is `64` characters. The minimum length is `0` characters. The value must match regular expression `/[a-zA-Z0-9]/`.
51
-
*`regions` - (Optional, Forces new resource, List) The list of regions across which the resource collection is enabled.
51
+
*`resource_collection_regions` - (Required,List) Regions for which the resource collection is enabled.
52
52
* Constraints: The list items must match regular expression `/^[a-zA-Z0-9-]*$/`. The maximum length is `10` items. The minimum length is `0` items.
53
-
*`resource_collection_enabled` - (Optional, Forces new resource, Boolean) The field denoting if the resource collection is enabled.
54
-
*`trusted_profile_id` - (Optional, Forces new resource, String) The trusted profile id that provides Reader access to the App Configuration instance to collect resource metadata.
53
+
*`resource_collection_enabled` - (Required, Boolean) The field denoting if the resource collection is enabled.
54
+
*`trusted_profile_id` - (Required, String) The trusted profile id that provides Reader access to the App Configuration instance to collect resource metadata.
55
55
* Constraints: The maximum length is `44` characters. The minimum length is `44` characters. The value must match regular expression `/^[a-zA-Z0-9-]*$/`.
0 commit comments