You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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" :
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
edges.tf
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
The text was updated successfully, but these errors were encountered: