-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation ip_reverse separtor #380
Comments
Hi, thank you. This morning i have imported many ressource "ovh_ip_reverse" with the separator ":". ovh_ip_reverse.myapplu_mydomain.fr Importing from ID "xx.xx.xx.x/32:xx.xx.xx.xx"...
╷
│ Error: Import Id is not ip|ip_reverse formatted
│
│ With the separator "|" it's good. We have deploy a new version of provider ovh ? |
Hi, since v0.26.0 the separator has changed, in order to be compliant with IPv6 format :) You can find all the changelog of the OVH Terraform provider v0.26.0: Maybe since a new |
To know when a new release have been published, you can take a look to the officiel registry: To be notified when a new release have been published, just click in "Watch" button in this repository: |
Thank you. |
Hi,
I create this issue for documentation https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/ip_reverse
In section
Import
the separator is|
but the correct character is:
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
ovh_ip_reverse.myappli_mydomain_fr: Importing from ID "XX.XX.XX.XXX/32|XX.XX.XX.XX"...
╷
│ Error: Import Id is not ip:ip_reverse formatted
Panic Output
Expected Behavior
In documentation :
The resource can be imported using the ip, ip_reverse of the address, separated by ":" E.g.,
$ terraform import ovh_ip_reverse.my_reverse '2001:0db8:c0ff:ee::/64:2001:0db8:c0ff:ee::42'
Actual Behavior
In documentation :
The resource can be imported using the ip, ip_reverse of the address, separated by "|" E.g.,
$ terraform import ovh_ip_reverse.my_reverse '2001:0db8:c0ff:ee::/64|2001:0db8:c0ff:ee::42'
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import ovh_ip_reverse.myappli_mydomain_fr "XX.XX.XX.XX/32|XX.XX.XX.XX"
Important Factoids
Get API Token OVH with right on
/ip/*/reverse/*
References
The text was updated successfully, but these errors were encountered: