You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_terraform/guide.en-gb.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Follow the [First steps with the OVHcloud APIs](/pages/manage_and_operate/api/fi
46
46
47
47
#### Get your service ID
48
48
49
-
The ID of your Enterprise File Storage service can be obtained via the OVHcloud API or the OVHcloud Manager.
49
+
The ID of your Enterprise File Storage service can be obtained via the OVHcloud API or the OVHcloud Control Panel.
50
50
51
51
> [!success]
52
52
> If you are not familiar with using the OVHcloud API, please refer to our guide on [Getting started with the OVHcloud API](/pages/manage_and_operate/api/first-steps).
@@ -58,7 +58,7 @@ The ID of your Enterprise File Storage service can be obtained via the OVHcloud
58
58
> @api {v1} /storage GET /storage/netapp
59
59
>
60
60
61
-
-**OVH Manager method**: Navigate to the [Enteprise File Storage](/links/storage/enterprise-file-storage) section.
61
+
-**OVHcloud Control Panel method**: Navigate to the [Enteprise File Storage](/links/storage/enterprise-file-storage) section.
62
62
63
63
#### Configure provider parameters
64
64
@@ -200,7 +200,7 @@ service_quota = 1000
200
200
201
201
### Volumes Management
202
202
203
-
OVHcloud Terraform Provider allows following volume management operations: creation, modification and deletion.
203
+
OVHcloud Terraform Provider allows the following volume management operations: creation, modification and deletion.
204
204
205
205
[ovh_storage_efs_share](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/storage_efs_share) resource represents a volume.
- A custom mount path can be specified using `mount_path` property
226
-
- The volume can be created from an existing snapshot using `snapshot_id` property
225
+
- A custom mount path can be specified using `mount_path` property.
226
+
- The volume can be created from an existing snapshot using `snapshot_id` property.
227
227
228
228
Run [terraform plan](https://developer.hashicorp.com/terraform/cli/commands/plan) to create the execution plan:
229
229
@@ -472,7 +472,7 @@ share_access_paths = {
472
472
473
473
### Snapshots Management
474
474
475
-
OVHcloud Terraform Provider allows following snapshot management operations: creation, modification and deletion.
475
+
OVHcloud Terraform Provider allows the following snapshot management operations: creation, modification and deletion.
476
476
477
477
[ovh_storage_efs_share_snapshot](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/storage_efs_share_snapshot) represents a volume snapshot.
478
478
@@ -604,7 +604,7 @@ Once the value(s) are updated inside your `main.tf` file, apply the changes usin
604
604
605
605
#### Delete a snapshot
606
606
607
-
To delete your snapshot use[terraform destroy](https://developer.hashicorp.com/terraform/cli/commands/destroy) command.
607
+
To delete your snapshot use the [terraform destroy](https://developer.hashicorp.com/terraform/cli/commands/destroy) command.
608
608
609
609
```bash
610
610
terraform destroy -var-file=secrets.tfvars
@@ -770,7 +770,7 @@ Your ACL is now available.
770
770
771
771
#### Delete an ACL
772
772
773
-
To delete your ACL use [terraform destroy](https://developer.hashicorp.com/terraform/cli/commands/destroy) command.
773
+
To delete your ACL use the [terraform destroy](https://developer.hashicorp.com/terraform/cli/commands/destroy) command.
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
0 commit comments