-
Notifications
You must be signed in to change notification settings - Fork 683
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
resource "ibm_cm_validation" generate 504 HTTP Error. Multiple schematics validation workspaces are created and an HTTP 400 error is generate at the end #5988
Comments
@fberzollaibm were these errors from different terraform apply runs? Or are they validating multiple versions at one time? It looks like the But the 400 error below is for a different version locator, that didn't get any 504s.
|
@benbuchanan In Fact in the same terraform template we have multiple "product" that are installed and we are seeing the error on multiple "products" So maybe the peace of log that I have choosen is not related to this version locator but I can put the ulle log if necessary. |
@fberzollaibm yeah that would be helpful, could you provide the full terraform configuration files, as well as a full log? Thanks. |
@benbuchanan The code is quite BNPP proprietray I can't put it here but we can organize a web meeting to do a walkthru. |
@fberzollaibm no worries, the log there was enough to track down what happened. We noticed both the 504 and 400s were because of timeouts we were hitting in schematics, from these requests.
I believe the schematics team is looking into it. cc @hkantare |
Update from schematics team:
|
Just retried unfortunatly same error. See log associated. |
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraform v1.10.5
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Only one validation schematics workspace should be created and the template will not fail.
Actual Behavior
Multiple validation schematics workspaces are created for the same ressource and at the end an error message occured
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: