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/object_storage/s3_terraform/guide.en-gb.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ updated: 2025-04-10
5
5
6
6
## Objective
7
7
8
-
This tutorial will help you automate and orchestrate actions to use the Object Storage - S3 API with Terraform. Terraform is an open source tool for orchestrating the provisioning and provisioning of resources.
8
+
This tutorial will help you automate and orchestrate actions to use the [Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) - S3 API with Terraform. Terraform is an open source tool for orchestrating the provisioning and provisioning of resources.
9
9
10
10
## Requirements
11
11
@@ -42,6 +42,8 @@ You can also use this information in Terraform resource definition files.
42
42
43
43
## Instructions
44
44
45
+
If you would like to access the provider's documentation on Object Storage, [click here](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/cloud_project_storage.){.external}
46
+
45
47
### Configuration
46
48
47
49
First, create a `provider.tf` file with the minimum version, the European endpoint (“ovh-eu”) and the keys you obtained in this guide.
Copy file name to clipboardExpand all lines: pages/storage_and_backup/object_storage/s3_terraform/guide.fr-fr.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ updated: 2025-04-10
5
5
6
6
## Objectif
7
7
8
-
Ce tutoriel va vous permettre d'automatiser et d'orchestrer des actions pour utiliser l'Object Storage - S3 API avec Terraform. Terraform est un outil open source permettant d'orchestrer la provision et la mise à disposition des ressources.
8
+
Ce tutoriel va vous permettre d'automatiser et d'orchestrer des actions pour utiliser l'[Object Storage](/pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage) - S3 API avec Terraform. Terraform est un outil open source permettant d'orchestrer la provision et la mise à disposition des ressources.
9
9
10
10
## Prérequis
11
11
@@ -42,6 +42,8 @@ Vous utiliserez également ces informations dans les fichiers de définition des
42
42
43
43
## En pratique
44
44
45
+
Si vous souhaitez accéder à la documentation du provider sur Object Storage, [cliquez-ici](https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/cloud_project_storage.){.external}
46
+
45
47
### Configuration
46
48
47
49
Tout d'abord, créez un fichier `provider.tf` avec la version minimale, le point de terminaison européen ("ovh-eu") et les clés que vous avez obtenues dans ce guide.
0 commit comments