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

[Bug]: Error Readng vrfs resource data.cloudavenue_tier0_vrfs #792

Closed
Yobar73 opened this issue Sep 2, 2024 · 2 comments
Closed

[Bug]: Error Readng vrfs resource data.cloudavenue_tier0_vrfs #792

Yobar73 opened this issue Sep 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Yobar73
Copy link

Yobar73 commented Sep 2, 2024

Terraform Core Version

1.5.5

Cloud Avenue Provider Version

0.19.0

Affected Resource(s)

data.cloudavenue_tier0_vrfs.t0_vrfs

Expected Behavior

I try to read the vrfs informations. I expected that the vrfs informations was available

Actual Behavior

When I run terraform plan with data sourcing, I got an Client Error with the service 'infrapiextension'

Relevant Error/Panic Output Snippet

`
│ Error: Client Error

│   with data.cloudavenue_tier0_vrfs.my_vrfs,
│   on main.tf line x, in data "cloudavenue_tier0_vrfs" "my_vrfs":
│    5: data "cloudavenue_tier0_vrfs" "my_vrfs" {}

│ Unable to read list T0, got error: error on list T0s: ErrorCode: -
│ ErrorReason: - ErrorMessage:External service 'infrapiextension' failed to
│ respond in the specified timeout (60 SECONDS)`

Terraform Configuration Files

in main.tf
`data "cloudevanue_tiers0_vrf" "my_vrfs" {}

Steps to Reproduce

  • create the main.tf with the previous content
  • run terraform plan
  • you have the previous error

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@Yobar73 Yobar73 added the bug Something isn't working label Sep 2, 2024
@dmicheneau
Copy link
Member

dmicheneau commented Sep 9, 2024

Hi, could you test again ?
Do you have the same result ?
I can't reproduce the bug for the moment.

@Yobar73
Copy link
Author

Yobar73 commented Sep 20, 2024

Hi, I just tested and it works normally now.
I don't know if something was wrong the day I reported the bug.

@Yobar73 Yobar73 closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants