Skip to content

Commit

Permalink
Merge pull request #188 from NetApp/185-check-docs-of-resources-that-…
Browse files Browse the repository at this point in the history
…supports-fsx-and-make-sure-it-is-mentioned-there-1

add fsx support for resources in docs
  • Loading branch information
suhasbshekar authored Apr 30, 2024
2 parents d1f5102 + c768f67 commit 7a55840
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/resources/cluster_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Create/Update a Cluster resource
### Related ONTAP commands
* cluster create

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage
```terraform
resource "netapp-ontap_cluster_resource" "cluster" {
Expand Down
1 change: 1 addition & 0 deletions docs/resources/name_services_dns_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Create/Modify/Delete and Import a name services DNS resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

[comment]: <> (TODO: Add support for Amazon FSx for NetApp ONTAP )

Expand Down
1 change: 1 addition & 0 deletions docs/resources/name_services_ldap_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Create/Modify/Delete an LDAP configuration for an SVM

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

## Important notes
* Each SVM can have one LDAP configuration.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/networking_ip_interface_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Create/Update/Delete an IPInterface resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions docs/resources/protocols_cifs_local_group_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Create/Modify/Delete a Local Group resource

## Supported Platforms
* On-perm ONTAP system 9.10 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions docs/resources/protocols_cifs_local_user_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ vserver cifs users-and-groups local-user delete

## Supported Platforms
* On-perm ONTAP system 9.10 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions docs/resources/protocols_cifs_service_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Create/Modify/Delete a CIFS service resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP
* In security, parameters only can be used in ONTAP 9.8 or higher:
`lm_compatibility_level`, `encrypt_dc_connection`
* In security, parameters only can be used in ONTAP 9.10 or higher
Expand Down
1 change: 1 addition & 0 deletions docs/resources/snapmirror_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Create/Modify/Delete a snapmirror resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

~> **NOTE:** Amazon FSx for NetApp ONTAP is not supported

Expand Down
1 change: 1 addition & 0 deletions docs/resources/storage_aggregate_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Create/Modify/Delete an aggregate resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

[comment]: <> (TODO: Add support for Amazon FSx for NetApp ONTAP )

Expand Down
1 change: 1 addition & 0 deletions docs/resources/storage_flexcache_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Flexcache resource
```
## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage
resource "netapp-ontap_storage_flexcache_resource" "storage_flexcache" {
Expand Down
1 change: 1 addition & 0 deletions docs/resources/storage_lun_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Create/Modify/Delete a lun resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions docs/resources/storage_volume_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Create/modify/delete a Volume resource

## Supported Platforms
* On-perm ONTAP system 9.6 or higher
* Amazon FSx for NetApp ONTAP

[comment]: <> (TODO: Add support for Amazon FSx for NetApp ONTAP )

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/svm_peers_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Create/Modify/Delete a SVMPeer

## Supported Platforms
* On-perm ONTAP system 9.6 or higher

* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down
5 changes: 1 addition & 4 deletions docs/resources/svm_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ Create/Modify/Delete a SVM

## Supported Platforms
* On-perm ONTAP system 9.6 or higher

~> **NOTE:** Amazon FSx for NetApp ONTAP is not supported


* Amazon FSx for NetApp ONTAP

## Example Usage

Expand Down

0 comments on commit 7a55840

Please sign in to comment.