Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jensheerin committed Oct 26, 2023
1 parent f1302d6 commit a70df40
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
30 changes: 17 additions & 13 deletions examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,7 @@ The following resources are used by this module:
<!-- markdownlint-disable MD013 -->
## Required Inputs

The following input variables are required:

### <a name="input_hostpool"></a> [hostpool](#input\_hostpool)

Description: The name of the AVD Host Pool.

Type: `string`

### <a name="input_hostpooltype"></a> [hostpooltype](#input\_hostpooltype)

Description: The type of the AVD Host Pool. Valid values are 'Pooled' and 'Personal'.

Type: `string`
No required inputs.

## Optional Inputs

Expand All @@ -121,6 +109,22 @@ Type: `bool`

Default: `true`

### <a name="input_hostpool"></a> [hostpool](#input\_hostpool)

Description: The name of the AVD Host Pool.

Type: `string`

Default: `"hostpool-1"`

### <a name="input_hostpooltype"></a> [hostpooltype](#input\_hostpooltype)

Description: The type of the AVD Host Pool. Valid values are 'Pooled' or 'Personal'.

Type: `string`

Default: `"Pooled"`

## Outputs

No outputs.
Expand Down
30 changes: 17 additions & 13 deletions examples/private-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,7 @@ The following resources are used by this module:
<!-- markdownlint-disable MD013 -->
## Required Inputs

The following input variables are required:

### <a name="input_hostpool"></a> [hostpool](#input\_hostpool)

Description: The name of the AVD Host Pool.

Type: `string`

### <a name="input_hostpooltype"></a> [hostpooltype](#input\_hostpooltype)

Description: The type of the AVD Host Pool. Valid values are 'Pooled' and 'Personal'.

Type: `string`
No required inputs.

## Optional Inputs

Expand All @@ -150,6 +138,22 @@ Type: `bool`

Default: `true`

### <a name="input_hostpool"></a> [hostpool](#input\_hostpool)

Description: The name of the AVD Host Pool.

Type: `string`

Default: `"hostpool-1"`

### <a name="input_hostpooltype"></a> [hostpooltype](#input\_hostpooltype)

Description: The type of the AVD Host Pool. Valid values are 'Pooled' or 'Personal'.

Type: `string`

Default: `"Pooled"`

## Outputs

No outputs.
Expand Down

0 comments on commit a70df40

Please sign in to comment.