Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladhanzha committed Dec 24, 2024
1 parent b689641 commit 394eae0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/access_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: |-
Read-Only:

- `all_covered` (Boolean)
- `children` (List of String)
- `children` (Set of String)
- `parent` (String)
- `type` (String)

Expand All @@ -40,6 +40,6 @@ Read-Only:
Read-Only:

- `all_covered` (Boolean)
- `children` (List of String)
- `children` (Set of String)
- `parent` (String)
- `type` (String)
9 changes: 6 additions & 3 deletions docs/resources/access_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ Use `cloudconnexa_access_group` to create an Access group.

### Required

- `description` (String) The Access group description.
- `destination` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--destination))
- `name` (String) The Access group name.
- `source` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--source))

### Optional

- `description` (String) The Access group description.

### Read-Only

- `id` (String) The ID of this resource.
Expand All @@ -36,7 +39,7 @@ Required:

Optional:

- `children` (List of String) ID of child entities assigned to access group destination.
- `children` (Set of String) ID of child entities assigned to access group destination.
- `parent` (String) ID of the entity assigned to access group destination.


Expand All @@ -50,5 +53,5 @@ Required:

Optional:

- `children` (List of String) ID of child entities assigned to access group source.
- `children` (Set of String) ID of child entities assigned to access group source.
- `parent` (String) ID of the entity assigned to access group source.

0 comments on commit 394eae0

Please sign in to comment.