Skip to content

Commit

Permalink
[PL-42246] : Added more information in docs to have better clarity (#766
Browse files Browse the repository at this point in the history
)
  • Loading branch information
adiyaar24 committed Nov 21, 2023
1 parent bde95db commit 9bc9f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/platform_resource_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "harness_platform_resource_group" "test" {
- `allowed_scope_levels` (Set of String) The scope levels at which this resource group can be used
- `color` (String) Color of the environment.
- `description` (String) Description of the resource.
- `included_scopes` (Block Set) Included scopes (see [below for nested schema](#nestedblock--included_scopes))
- `included_scopes` (Block Set) Included scopes. The default is selected based on the resource group scope if not specified. (Go to [nested schema](#nestedblock--included_scopes) below.)
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
- `resource_filter` (Block List) Contains resource filter for a resource group (see [below for nested schema](#nestedblock--resource_filter))
Expand Down
2 changes: 1 addition & 1 deletion internal/service/platform/resource_group/resource_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func ResourceResourceGroup() *schema.Resource {
},
},
"included_scopes": {
Description: "Included scopes",
Description: "Included scopes; default selected based on resource group scope if not specified.",
Type: schema.TypeSet,
Optional: true,
Elem: &schema.Resource{
Expand Down

0 comments on commit 9bc9f08

Please sign in to comment.