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 for retrieving some T0s #956

Closed
jbphilippe-orange opened this issue Jan 15, 2025 · 1 comment
Closed

[Bug]: Error for retrieving some T0s #956

jbphilippe-orange opened this issue Jan 15, 2025 · 1 comment
Labels
bug Bug community Community related

Comments

@jbphilippe-orange
Copy link

jbphilippe-orange commented Jan 15, 2025

Terraform Core Version

1.10.4

Cloud Avenue Provider Version

0.27.0

Affected Resource(s)

datasource "cloudavenue_tier0_vrfs"

Expected Behavior

Should return all the T0s ,

Actual Behavior

The resource returns an error when the "SERVICE" attribute is not "INTERNET" :

│ Error: Client Error
│ 
│   with data.cloudavenue_tier0_vrfs.all_t0s,
│   on edges.tf line 12, in data "cloudavenue_tier0_vrfs" "all_t0s":
│   12: data "cloudavenue_tier0_vrfs" "all_t0s" {
│ 
│ Unable to read list T0, got error: error on get T0: ErrorCode:err-0009 - ErrorReason:Application error - ErrorMessage:An unexpected error happened in API

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

edges.tf

data "cloudavenue_tier0_vrfs" "all_t0s" {
}

Steps to Reproduce

terraform init
terraform plan

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@azrod azrod added the community Community related label Jan 15, 2025
@jbphilippe-orange
Copy link
Author

jbphilippe-orange commented Jan 27, 2025

The datasource can get some INTERNAL T0s now !
But the same error happens when the SERVICE is evpn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug community Community related
Projects
None yet
Development

No branches or pull requests

2 participants