Skip to content

Commit

Permalink
Readme Change for Doc Link (#106)
Browse files Browse the repository at this point in the history
* Readme Changes
  • Loading branch information
Krunal-Thakkar authored Jun 28, 2023
1 parent af841ed commit 125f19c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The Terraform Provider can be used to manage SDCs, volumes, snapshots, snapshot-
* [List of DataSources in Terraform Provider for Dell PowerFlex](#list-of-datasources-in-terraform-provider-for-dell-powerflex)
* [List of Resources in Terraform Provider for Dell PowerFlex](#list-of-resources-in-terraform-provider-for-dell-powerflex)
* [Releasing, Maintenance and Deprecation](#releasing-maintenance-and-deprecation)
* [Documentation](#documentation)

## Support
For any Terraform Provider for Dell PowerFlex issues, questions or feedback, please follow our [support process](https://github.com/dell/dell-terraform-providers/blob/main/docs/SUPPORT.md)
Expand All @@ -50,7 +51,7 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL
* [Volume](docs/data-sources/volume.md)
* [SDS](docs/data-sources/sds.md)
* [Protection Domain](docs/data-sources/protection_domain.md)
* [Snapshot Policy](docs/data-sources/protection_domain.md)
* [Snapshot Policy](docs/data-sources/snapshot_policy.md)
* [Device](docs/data-sources/device.md)

## List of Resources in Terraform Provider for Dell PowerFlex
Expand All @@ -60,10 +61,9 @@ The Terraform Provider for Dell PowerFlex is released and licensed under the MPL
* [SDS](docs/resources/sds.md)
* [Snapshot](docs/resources/snapshot.md)
* [Protection Domain](docs/resources/protection_domain.md)
* [SDC Volume Mapping](docs/resources/sdc_volmues_mapping.md)
* [SDC Volume Mapping](docs/resources/sdc_volumes_mapping.md)
* [Device](docs/resources/device.md)
* [Package](docs/resources/package.md)
* [SDC Expansion](docs/resources/sdc_expansion.md)

## Installation and execution of Terraform Provider for Dell PowerFlex
The installation and execution steps of Terraform Provider for Dell PowerFlex can be found [here](about/INSTALLATION.md).
Expand All @@ -75,3 +75,7 @@ Terraform Provider for Dell Technnologies PowerFlex follows [Semantic Versioning
New versions will be release regularly if significant changes (bug fix or new feature) are made in the provider.

Released code versions are located on tags in the form of "vx.y.z" where x.y.z corresponds to the version number.

## Documentation

For more detailed information, please refer to [Dell Terraform Providers Documentation](https://dell.github.io/terraform-docs/).

0 comments on commit 125f19c

Please sign in to comment.