Skip to content

Conversation

@jrm-d
Copy link
Contributor

@jrm-d jrm-d commented Dec 9, 2025

PR recreated from https://github.com/chaufmaurice/terraform-provider-ovh/tree/dev/rchereau/update-vrack-ip-routes as it was a breaking change mistakenly merged.

Description

Remove zone attribut from GET /vrack/{serviceName}/ip/{ip}
It concerns resource_vrack_ip

Type of change

Please delete options that are not relevant.

  • Improvement (improve existing resource(s) or datasource(s))

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A: make testacc TESTARGS="-run TestAccVrackIpWithRegion_basic"

Test Configuration:

  • Terraform version: terraform version: Terraform v1.14.0
  • Existing HCL configuration you used:
resource "ovh_vrack_ip" "vrack_ip_x_x_x_x" {
  service_name = {servicename}
  block = {block}
}

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or issues
  • I have added acceptance tests that prove my fix is effective or that my feature works
  • New and existing acceptance tests pass locally with my changes
  • I ran successfully go mod vendor if I added or modify go.mod file

@jrm-d jrm-d requested a review from a team as a code owner December 9, 2025 09:18
@jrm-d jrm-d added the Breaking change Indicates the fix will produce a breaking-change, issue to be scheduled at next major label Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking change Indicates the fix will produce a breaking-change, issue to be scheduled at next major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants