Skip to content

Error: Unable to find PublicIp #280

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

Open
rchallie opened this issue Jan 17, 2023 · 2 comments
Open

Error: Unable to find PublicIp #280

rchallie opened this issue Jan 17, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rchallie
Copy link

rchallie commented Jan 17, 2023

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

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.

@rchallie rchallie added the bug Something isn't working label Jan 17, 2023
@rchallie
Copy link
Author

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.

@FredericBerot-Armand
Copy link
Contributor

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.

@FredericBerot-Armand FredericBerot-Armand self-assigned this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants