diff --git a/website/docs/d/config_aggregator_settings.html.markdown b/website/docs/d/config_aggregator_settings.html.markdown index 73970847c56..c242d243ffd 100644 --- a/website/docs/d/config_aggregator_settings.html.markdown +++ b/website/docs/d/config_aggregator_settings.html.markdown @@ -40,7 +40,7 @@ Nested schema for **additional_scope**: * `type` - (String) The type of scope. Currently allowed value is Enterprise. * Constraints: The maximum length is `64` characters. The minimum length is `0` characters. The value must match regular expression `/[a-zA-Z0-9]/`. * `last_updated` - (String) The last time the settings was last updated. -* `regions` - (List) Regions for which the resource collection is enabled. +* `resource_collection_regions` - (List) Regions for which the resource collection is enabled. * Constraints: The list items must match regular expression `/^[a-zA-Z0-9-]*$/`. The maximum length is `10` items. The minimum length is `0` items. * `resource_collection_enabled` - (Boolean) The field to check if the resource collection is enabled. * `trusted_profile_id` - (String) The trusted profile ID that provides access to App Configuration instance to retrieve resource metadata. diff --git a/website/docs/r/config_aggregator_settings.html.markdown b/website/docs/r/config_aggregator_settings.html.markdown index 5d9499340da..c053aff383d 100644 --- a/website/docs/r/config_aggregator_settings.html.markdown +++ b/website/docs/r/config_aggregator_settings.html.markdown @@ -24,7 +24,7 @@ resource "ibm_config_aggregator_settings" "config_aggregator_settings_instance" trusted_profile_id = "Profile-6bb60124-8fc3-4d18-b63d-0b99560865d3" } } - regions = us-south + resource_collection_regions = us-south resource_collection_enabled = true trusted_profile_id = "Profile-1260aec2-f2fc-44e2-8697-2cc15a447560" } @@ -34,7 +34,7 @@ resource "ibm_config_aggregator_settings" "config_aggregator_settings_instance" You can specify the following arguments for this resource. * `instance_id` - (Required, Forces new resource, String) The GUID of the Configuration Aggregator instance. -* `region` - (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. +* `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. * `additional_scope` - (Optional, Forces new resource, List) The additional scope that enables resource collection for Enterprise acccounts. * Constraints: The maximum length is `10` items. The minimum length is `0` items. Nested schema for **additional_scope**: