Skip to content

Commit bcdc56f

Browse files
authored
Merge pull request #8195 from ovh/feat-update-terraform-guide
feat(cross functional): update terraform guide getting started
2 parents 50ba26a + f303255 commit bcdc56f

File tree

16 files changed

+47
-47
lines changed

16 files changed

+47
-47
lines changed

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.de-de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Terraform verwenden (EN)
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-asia.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-au.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ca.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-gb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ie.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-sg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use Terraform
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Terraform Tutorial (EN)
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Terraform Tutorial (EN)
33
description: Procedure of use of Terraform
44
keywords: infrastructure, instance, cloud, creation
55
excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure
6-
updated: 2024-04-26
6+
updated: 2025-07-21
77
---
88

99
## Objective
@@ -76,12 +76,12 @@ required_version = ">= 0.14.0" # Takes into account Terraform versions from 0
7676
required_providers {
7777
openstack = {
7878
source = "terraform-provider-openstack/openstack"
79-
version = "~> 1.42.0"
79+
version = ">= 3.0.0"
8080
}
8181

8282
ovh = {
8383
source = "ovh/ovh"
84-
version = ">= 0.13.0"
84+
version = ">= 2.1.0"
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)