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
When the terraform apply fails, the corresponding job is marked as failed after retries. The status of the configuration object corresponding to the failed job is marked as ProvisioningAndChecking and gets stuck in the same state permenantly instead of being marked as failed. As per the logic here, the configuration is reconciled to failure state only if the string 31mError: is found in the standard output.
This issue is present in the latest release of terraform controller v0.8.0.
The text was updated successfully, but these errors were encountered:
Description
When the terraform apply fails, the corresponding job is marked as failed after retries. The status of the configuration object corresponding to the failed job is marked as
ProvisioningAndChecking
and gets stuck in the same state permenantly instead of being marked as failed. As per the logic here, the configuration is reconciled to failure state only if the string31mError:
is found in the standard output.This issue is present in the latest release of terraform controller v0.8.0.
The text was updated successfully, but these errors were encountered: