Skip to content

Commit 5c74a27

Browse files
authored
Merge pull request #197 from NetApp/195-docs-terraform-import
updated docs typos for 1.1.1 release
2 parents 3f1baba + fc44f2e commit 5c74a27

21 files changed

+39
-30
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 1.1.0 ()
1+
## 1.1.1 (2024-05-15)
2+
3+
* added missing resources in changelog.
4+
* corrected typos in the documentation.
5+
6+
## 1.1.0 (2024-05-08)
27

38
FEATURES:
49
* **New Data Source:** `netapp_ontap_protocols_cifs_local_group_data_source` ([#54](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/54))
@@ -38,6 +43,10 @@ FEATURES:
3843
* **New Resource:** `netapp-ontap_protocols_cifs_service_resource` ([#23](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/23))
3944
* **New Resource:** `netapp-ontap_protocols_cifs_share_resource` ([#27](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/27))
4045
* **New Resource:** `netapp-ontap_protocols_san_igroup_resource` ([#9](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/9))
46+
* **New Resource:** `netapp-ontap_cluster_resource` ([#15](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/15))
47+
* **New Resource:** `netapp-ontap_cluster_peers_resource` ([#49](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/49))
48+
* **New Resource:** `netapp-ontap_storage_lun_resource` ([#11](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/11))
49+
* **New Resource:** `netapp-ontap_security_account_resource` ([#21](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/21))
4150

4251

4352
ENHANCEMENTS:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: |-
1111
Use the Netapp Ontap provider to interact with Netapp Ontap resources supported by the Netapp Ontap REST API.
1212
You must configure the provider with the proper credentials before you can use it.
1313

14-
Use the navigation to the left to read about the available resources. These are currently 15 Resources and 30 Data Sources.
14+
Use the navigation to the left to read about the available resources. These are currently 30 Resources and 59 Data Sources.
1515

1616
To learn the basics of Terraform using this provider, follow the hands-on [get started tutorials](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/infrastructure-as-code)
1717

docs/resources/cluster_peers_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Import require a unique ID composed of the cluster name and cx_profile_name, sep
8181

8282
id = `name`,`cx_profile_name`
8383

84-
### Terraform Import
84+
### Terraform Import
8585

8686
For example
8787
```shell
@@ -90,7 +90,7 @@ Import require a unique ID composed of the cluster name and cx_profile_name, sep
9090

9191
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
9292

93-
### Terrafomr Import Block
93+
### Terraform Import Block
9494
This requires Terraform 1.5 or higher, and will auto create the configuration for you
9595

9696
First create the block

docs/resources/cluster_schedule_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Import require a unique ID composed of the schedule job name and cx_profile_name
8181

8282
id = `name`,`cx_profile_name`
8383

84-
### Terraform Import
84+
### Terraform Import
8585

8686
For example
8787
```shell
@@ -90,7 +90,7 @@ Import require a unique ID composed of the schedule job name and cx_profile_name
9090

9191
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
9292

93-
### Terrafomr Import Block
93+
### Terraform Import Block
9494
This requires Terraform 1.5 or higher, and will auto create the configuration for you
9595

9696
First create the block

docs/resources/networking_ip_interface_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ Required:
7777
This Resource supports import, which allows you to import existing network ip interface into the state of this resoruce.
7878
Import require a unique ID composed of the interface name, svm_name and cx_profile_name, separated by a comma.
7979
id = `name`,`svm_name`,`cx_profile_name`
80-
### Terraform Import
80+
### Terraform Import
8181
For example
8282
```shell
8383
terraform import netapp-ontap_networking_ip_interface_resource.example if1,svm1,cluster4
8484
```
8585

8686
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
8787

88-
### Terrafomr Import Block
88+
### Terraform Import Block
8989
This requires Terraform 1.5 or higher, and will auto create the configuration for you
9090

9191
First create the block

docs/resources/protocols_cifs_local_group_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Import require a unique ID composed of the local group name, svm_name and cx_pro
6464

6565
id = `name`,`svm_name`,`cx_profile_name`
6666

67-
### Terraform Import
67+
### Terraform Import
6868

6969
For example
7070
```shell
@@ -73,7 +73,7 @@ Import require a unique ID composed of the local group name, svm_name and cx_pro
7373

7474
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
7575

76-
### Terrafomr Import Block
76+
### Terraform Import Block
7777
This requires Terraform 1.5 or higher, and will auto create the configuration for you
7878

7979
First create the block

docs/resources/protocols_cifs_share_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "netapp-ontap_protocols_cifs_share_resource Resource - terraform-provider-netapp-ontap"
4-
subcategory: "Protocols"
4+
subcategory: "NAS"
55
description: |-
66
ProtocolsCIFSShare resource
77
---

docs/resources/protocols_nfs_export_policy_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Import require a unique ID composed of the export policy name, svm_name and cx_p
4949
5050
id = `name`,`svm_name`,`cx_profile_name`
5151
52-
### Terraform Import
52+
### Terraform Import
5353
5454
For example
5555
```shell
@@ -58,7 +58,7 @@ Import require a unique ID composed of the export policy name, svm_name and cx_p
5858

5959
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
6060

61-
### Terrafomr Import Block
61+
### Terraform Import Block
6262
This requires Terraform 1.5 or higher, and will auto create the configuration for you
6363

6464
First create the block

docs/resources/protocols_nfs_export_policy_rule_resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ resource "netapp-ontap_protocols_nfs_export_policy_rule_resource" "example" {
6464
This Resource supports import, which allows you to import existing nfs export policy rule into the state of this resoruce.
6565
Import require a unique ID composed of the rule index, export policy name, svm_name and cx_profile_name, separated by a comma.
6666
id = `index`,`export_policy_name`,`svm_name`,`cx_profile_name`
67-
### Terraform Import
67+
### Terraform Import
6868
For example
6969
```shell
7070
terraform import netapp-ontap_protocols_nfs_export_policy_rule_resource.rule_import index1,exp1,svm1,cluster4
7171
```
7272

7373
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
7474

75-
### Terrafomr Import Block
75+
### Terraform Import Block
7676
This requires Terraform 1.5 or higher, and will auto create the configuration for you
7777

7878
First create the block

docs/resources/protocols_nfs_service_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For example
153153
```
154154
!> The terraform import CLI command can only import resources into the state. Importing via the CLI does not generate configuration. If you want to generate the accompanying configuration for imported resources, use the import block instead.
155155

156-
### Terrafomr Import Block
156+
### Terraform Import Block
157157
This requires Terraform 1.5 or higher, and will auto create the configuration for you
158158

159159
First create the block

0 commit comments

Comments
 (0)