orange-cloudavenue / terraform-provider-cloudavenue

Terraform Cloud Avenue provider
https://registry.terraform.io/providers/orange-cloudavenue/cloudavenue
Mozilla Public License 2.0
14 stars 3 forks source link

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

Open Yobar73 opened 2 weeks ago

Yobar73 commented 2 weeks ago

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

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

dmicheneau commented 1 week ago

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