We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi !
Just get this error:
2023-01-17T14:42:37.949Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" Error: Unable to find PublicIp
Terraform plugin version: provider registry.terraform.io/outscale-dev/outscale v0.7.0
provider registry.terraform.io/outscale-dev/outscale v0.7.0
Here a snippet of code:
resource "outscale_public_ip" "ip_web" { tags { key = "Name" value = "TEST-WEB-IP" } } resource "outscale_public_ip_link" "ip_link_web" { public_ip_id = outscale_public_ip.ip_web.id vm_id = <vm_id> }
Best regards.
The text was updated successfully, but these errors were encountered:
This issue and my reply to another issue (#262 (comment)) append after the maintenance of eu-west-2 of the 16/01/2023. Maybe linked ?
Thanks.
Sorry, something went wrong.
After investigation, it's seem the problem come from a datasource, not a resource. Do you have any public ip datasource in your config file ?
Thanks you for your feedback. Best regards.
outscale-toa
FredericBerot-Armand
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi !
Just get this error:
Terraform plugin version:
provider registry.terraform.io/outscale-dev/outscale v0.7.0
Here a snippet of code:
Best regards.
The text was updated successfully, but these errors were encountered: