Skip to content
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

Crash while using PI network ports #1823

Closed
yussufsh opened this issue Aug 25, 2020 · 1 comment · Fixed by #1824
Closed

Crash while using PI network ports #1823

yussufsh opened this issue Aug 25, 2020 · 1 comment · Fixed by #1824

Comments

@yussufsh
Copy link
Collaborator

Terraform Version

v0.12.24

Affected Resource(s)

Please list the resources as a list, for example:

  • ibm_pi_network_port

Terraform Configuration Files

resource ibm_pi_network_port api_port {
    count                   = 3
    pi_network_name         = var.network_name
    pi_cloud_instance_id    = var.service_instance_id
}

Debug Output

Error: rpc error: code = Unavailable desc = transport is closing



Error: rpc error: code = Unavailable desc = transport is closing



Error: rpc error: code = Unavailable desc = transport is closing

Panic Output

https://gist.github.com/yussufsh/d3eb658598f527b701f4c78672b96658

Expected Behavior

Network ports should be created without errors.

Actual Behavior

Terraform apply crashes.

Steps to Reproduce

  1. terraform apply
@yussufsh
Copy link
Collaborator Author

cc @surajsub

yussufsh added a commit to yussufsh/terraform-provider-ibm that referenced this issue Aug 25, 2020
Fixes IBM-Cloud#1823

Signed-off-by: Yussuf Shaikh <[email protected]>
hkantare pushed a commit that referenced this issue Aug 25, 2020
Fixes #1823

Signed-off-by: Yussuf Shaikh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant