Skip to content

Commit 9d0b721

Browse files
EN proof
1 parent f4b793e commit 9d0b721

File tree

1 file changed

+10
-10
lines changed
  • pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_terraform

1 file changed

+10
-10
lines changed

pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_terraform/guide.en-gb.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Follow the [First steps with the OVHcloud APIs](/pages/manage_and_operate/api/fi
4646

4747
#### Get your service ID
4848

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.
5050

5151
> [!success]
5252
> 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
5858
> @api {v1} /storage GET /storage/netapp
5959
>
6060
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.
6262

6363
#### Configure provider parameters
6464

@@ -200,7 +200,7 @@ service_quota = 1000
200200

201201
### Volumes Management
202202

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.
204204

205205
[ovh_storage_efs_share](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/storage_efs_share) resource represents a volume.
206206

@@ -222,8 +222,8 @@ resource "ovh_storage_efs_share" "volume" {
222222

223223
Additionnal properties:
224224

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
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.
227227

228228
Run [terraform plan](https://developer.hashicorp.com/terraform/cli/commands/plan) to create the execution plan:
229229

@@ -472,7 +472,7 @@ share_access_paths = {
472472

473473
### Snapshots Management
474474

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.
476476

477477
[ovh_storage_efs_share_snapshot](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/storage_efs_share_snapshot) represents a volume snapshot.
478478

@@ -604,7 +604,7 @@ Once the value(s) are updated inside your `main.tf` file, apply the changes usin
604604

605605
#### Delete a snapshot
606606

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.
608608

609609
```bash
610610
terraform destroy -var-file=secrets.tfvars
@@ -770,7 +770,7 @@ Your ACL is now available.
770770

771771
#### Delete an ACL
772772

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.
774774

775775
```bash
776776
terraform destroy -var-file=secrets.tfvars
@@ -827,7 +827,7 @@ Destroy complete! Resources: 2 destroyed.
827827
## Troubleshooting
828828

829829
- **Authentication Issues**: Verify API credentials and permissions.
830-
- **Resource Limits**: Check volume/snapshot quota usage in the OVHcloud Manager.
830+
- **Resource Limits**: Check volume/snapshot quota usage in the OVHcloud Control Panel.
831831
- **Volume Deletion Issues**: Ensure all `manual` snapshots are deleted before removing the volume.
832832

833833
## Go further
@@ -838,4 +838,4 @@ Destroy complete! Resources: 2 destroyed.
838838

839839
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.
840840

841-
Join our [community of users](/links/community)
841+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)