Update Terraform ovh to ~> 2.14.0 #90

Merged
Doridian merged 1 commit from renovate/ovh-2.x into main 2026-06-18 14:35:08 -07:00
Member

This PR contains the following updates:

Package Type Update Change
ovh (source) required_provider minor ~> 2.12.0~> 2.14.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

ovh/terraform-provider-ovh (ovh)

v2.14.0

Compare Source

⚙️ General:

  • Inject schemas version header in /v2 API requests (#​1300)

🎉 Features:

  • New resource: ovh_cloud_storage_block_volume (#​1338)

  • New resource: ovh_cloud_storage_block_volume_backup (#​1338)

  • New resource: ovh_cloud_storage_block_volume_snapshot (#​1338)

  • New resource: ovh_cloud_project_file_storage_share_network (#​1297)

  • New resource: ovh_dbaas_logs_encryption_key (#​1278)

  • New resource: ovh_email_domain_account (#​1280, #​1329)

  • New resource: ovh_vrack_public_routing_priority (#​1227)

  • New datasource: ovh_cloud_storage_block_volume (#​1338)

  • New datasource: ovh_cloud_storage_block_volumes (#​1338)

  • New datasource: ovh_cloud_storage_block_volume_backup (#​1338)

  • New datasource: ovh_cloud_storage_block_volume_backups (#​1338)

  • New datasource: ovh_cloud_storage_block_volume_snapshot (#​1338)

  • New datasource: ovh_cloud_storage_block_volume_snapshots (#​1338)

  • New datasource: ovh_dbaas_logs_encryption_key (#​1278)

  • New datasource: ovh_email_domain_account (#​1279)

  • New datasource: ovh_email_domain_accounts (#​1279)

  • New datasource: ovh_vrack (#​1227)

💪 Improvements:

  • r/ovh_cloud_project_file_storage_share: Allow using share_network_id as an alternative to network_id/subnet_id (#​1297)
  • r/ovh_cloud_project_storage: Add tags attribute (#​1304)
  • r/ovh_ip_move: Park IP when deleting the resource (#​1301)
  • r/ovh_storage_efs_share, r/ovh_storage_efs_share_acl, r/ovh_storage_efs_share_snapshot: Add import support (#​1317)

🐜 Bug fixes:

  • r/ovh_cloud_project_database: Scale nodes in place, keep region and network changes as ForceNew (#​1336)
  • r/ovh_cloud_project_database_*: Make resource creation idempotent on 409/500 errors (#​1339)
  • r/ovh_cloud_project_kube_nodepool: Cap desired_nodes when reducing max_nodes (#​1241)

❤️ Thanks for your contributions ❤️

v2.13.1

Compare Source

🐜 Bug fixes:

  • r/ovh_cloud_project: Make sure project is really delivered after order (#​1295)
  • r/ovh_dbaas_logs_input: Retry calls to Logs Data Platform inputs (#​1289)
  • r/ovh_dbaas_logs_output_graylog_stream, r/ovh_dbaas_logs_output_opensearch_alias: Retry calls to Logs Data Platform streams and aliases (#​1286)

❤️ Thanks for your contributions ❤️

v2.13.0

Compare Source

⚙️ General:

  • Bump google.golang.org/grpc from 1.69.4 to 1.79.3 (#​1258)

🎉 Features:

  • New resource: ovh_cloud_project_file_storage_share (#​1265)

💪 Improvements:

  • r/ovh_cloud_project: Add client-side deletion_protection attribute (#​1270)
  • r/ovh_cloud_project_kube_nodepool: Add attach_floating_ips field (#​1276, #​1284)
  • r/ovh_hosting_private_database: Add advanced_configuration support (#​1244)

🐜 Bug fixes:

  • Prevent nil pointer panic when OVH client is not initialized (#​1277)
  • r/ovh_cloud_project_kube_oidc: Increase OIDC delay (#​1271)
  • r/ovh_vps: Use state when do_not_send_password field is unknown (#​1267)
  • r/ovh_domain_zone_record: Ignore unquoted TXT changes (#​1264)
  • r/ovh_dbaas_logs_input: Fix flowgger configuration options field (#​1263)
  • r/ovh_dedicated_server_install_task: Fix null default values in installation templates (#​1256)

❤️ Thanks for your contributions ❤️


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ovh](https://search.opentofu.org/provider/ovh/ovh) ([source](https://github.com/ovh/terraform-provider-ovh)) | required_provider | minor | `~> 2.12.0` → `~> 2.14.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>ovh/terraform-provider-ovh (ovh)</summary> ### [`v2.14.0`](https://github.com/ovh/terraform-provider-ovh/blob/HEAD/CHANGELOG.md#2140-June-12-2026) [Compare Source](https://github.com/ovh/terraform-provider-ovh/compare/v2.13.1...v2.14.0) ⚙️ General: - Inject schemas version header in `/v2` API requests ([#&#8203;1300](https://github.com/ovh/terraform-provider-ovh/pull/1300)) 🎉 Features: - New resource: `ovh_cloud_storage_block_volume` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New resource: `ovh_cloud_storage_block_volume_backup` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New resource: `ovh_cloud_storage_block_volume_snapshot` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New resource: `ovh_cloud_project_file_storage_share_network` ([#&#8203;1297](https://github.com/ovh/terraform-provider-ovh/pull/1297)) - New resource: `ovh_dbaas_logs_encryption_key` ([#&#8203;1278](https://github.com/ovh/terraform-provider-ovh/pull/1278)) - New resource: `ovh_email_domain_account` ([#&#8203;1280](https://github.com/ovh/terraform-provider-ovh/pull/1280), [#&#8203;1329](https://github.com/ovh/terraform-provider-ovh/pull/1329)) - New resource: `ovh_vrack_public_routing_priority` ([#&#8203;1227](https://github.com/ovh/terraform-provider-ovh/pull/1227)) - New datasource: `ovh_cloud_storage_block_volume` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_cloud_storage_block_volumes` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_cloud_storage_block_volume_backup` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_cloud_storage_block_volume_backups` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_cloud_storage_block_volume_snapshot` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_cloud_storage_block_volume_snapshots` ([#&#8203;1338](https://github.com/ovh/terraform-provider-ovh/pull/1338)) - New datasource: `ovh_dbaas_logs_encryption_key` ([#&#8203;1278](https://github.com/ovh/terraform-provider-ovh/pull/1278)) - New datasource: `ovh_email_domain_account` ([#&#8203;1279](https://github.com/ovh/terraform-provider-ovh/pull/1279)) - New datasource: `ovh_email_domain_accounts` ([#&#8203;1279](https://github.com/ovh/terraform-provider-ovh/pull/1279)) - New datasource: `ovh_vrack` ([#&#8203;1227](https://github.com/ovh/terraform-provider-ovh/pull/1227)) 💪 Improvements: - `r/ovh_cloud_project_file_storage_share`: Allow using `share_network_id` as an alternative to `network_id`/`subnet_id` ([#&#8203;1297](https://github.com/ovh/terraform-provider-ovh/pull/1297)) - `r/ovh_cloud_project_storage`: Add `tags` attribute ([#&#8203;1304](https://github.com/ovh/terraform-provider-ovh/pull/1304)) - `r/ovh_ip_move`: Park IP when deleting the resource ([#&#8203;1301](https://github.com/ovh/terraform-provider-ovh/pull/1301)) - `r/ovh_storage_efs_share`, `r/ovh_storage_efs_share_acl`, `r/ovh_storage_efs_share_snapshot`: Add import support ([#&#8203;1317](https://github.com/ovh/terraform-provider-ovh/pull/1317)) 🐜 Bug fixes: - `r/ovh_cloud_project_database`: Scale nodes in place, keep region and network changes as ForceNew ([#&#8203;1336](https://github.com/ovh/terraform-provider-ovh/pull/1336)) - `r/ovh_cloud_project_database_*`: Make resource creation idempotent on 409/500 errors ([#&#8203;1339](https://github.com/ovh/terraform-provider-ovh/pull/1339)) - `r/ovh_cloud_project_kube_nodepool`: Cap `desired_nodes` when reducing `max_nodes` ([#&#8203;1241](https://github.com/ovh/terraform-provider-ovh/pull/1241)) ❤️ Thanks for your contributions ❤️ ### [`v2.13.1`](https://github.com/ovh/terraform-provider-ovh/blob/HEAD/CHANGELOG.md#2131-April-22-2026) [Compare Source](https://github.com/ovh/terraform-provider-ovh/compare/v2.13.0...v2.13.1) 🐜 Bug fixes: - `r/ovh_cloud_project`: Make sure project is really delivered after order ([#&#8203;1295](https://github.com/ovh/terraform-provider-ovh/pull/1295)) - `r/ovh_dbaas_logs_input`: Retry calls to Logs Data Platform inputs ([#&#8203;1289](https://github.com/ovh/terraform-provider-ovh/pull/1289)) - `r/ovh_dbaas_logs_output_graylog_stream`, `r/ovh_dbaas_logs_output_opensearch_alias`: Retry calls to Logs Data Platform streams and aliases ([#&#8203;1286](https://github.com/ovh/terraform-provider-ovh/pull/1286)) ❤️ Thanks for your contributions ❤️ ### [`v2.13.0`](https://github.com/ovh/terraform-provider-ovh/blob/HEAD/CHANGELOG.md#2130-April-10-2026) [Compare Source](https://github.com/ovh/terraform-provider-ovh/compare/v2.12.0...v2.13.0) ⚙️ General: - Bump `google.golang.org/grpc` from 1.69.4 to 1.79.3 ([#&#8203;1258](https://github.com/ovh/terraform-provider-ovh/pull/1258)) 🎉 Features: - New resource: `ovh_cloud_project_file_storage_share` ([#&#8203;1265](https://github.com/ovh/terraform-provider-ovh/pull/1265)) 💪 Improvements: - `r/ovh_cloud_project`: Add client-side `deletion_protection` attribute ([#&#8203;1270](https://github.com/ovh/terraform-provider-ovh/pull/1270)) - `r/ovh_cloud_project_kube_nodepool`: Add `attach_floating_ips` field ([#&#8203;1276](https://github.com/ovh/terraform-provider-ovh/pull/1276), [#&#8203;1284](https://github.com/ovh/terraform-provider-ovh/pull/1284)) - `r/ovh_hosting_private_database`: Add `advanced_configuration` support ([#&#8203;1244](https://github.com/ovh/terraform-provider-ovh/pull/1244)) 🐜 Bug fixes: - Prevent nil pointer panic when OVH client is not initialized ([#&#8203;1277](https://github.com/ovh/terraform-provider-ovh/pull/1277)) - `r/ovh_cloud_project_kube_oidc`: Increase OIDC delay ([#&#8203;1271](https://github.com/ovh/terraform-provider-ovh/pull/1271)) - `r/ovh_vps`: Use state when `do_not_send_password` field is unknown ([#&#8203;1267](https://github.com/ovh/terraform-provider-ovh/pull/1267)) - `r/ovh_domain_zone_record`: Ignore unquoted TXT changes ([#&#8203;1264](https://github.com/ovh/terraform-provider-ovh/pull/1264)) - `r/ovh_dbaas_logs_input`: Fix flowgger configuration options field ([#&#8203;1263](https://github.com/ovh/terraform-provider-ovh/pull/1263)) - `r/ovh_dedicated_server_install_task`: Fix null default values in installation templates ([#&#8203;1256](https://github.com/ovh/terraform-provider-ovh/pull/1256)) ❤️ Thanks for your contributions ❤️ </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Terraform ovh to ~> 2.14.0
All checks were successful
/ lint (pull_request) Successful in 1m9s
5f5cd97186
Doridian deleted branch renovate/ovh-2.x 2026-06-18 14:35:08 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FoxDen/core!90
No description provided.