Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramya-c4 authored and hkantare committed Oct 5, 2024
1 parent 6d9364e commit 905936f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/config_aggregator_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/config_aggregator_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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**:
Expand Down

0 comments on commit 905936f

Please sign in to comment.