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
There's a bunch of guards in terraform/shared/shared.tf.json.template.py that make the image-related resources optional depending on whether that variable is defined. This is intentional. It is desirable that we can use/deploy Azul without ECR.
It is the operator's duty to check the plan before deploying it. That's exactly why terraform deploy asks for confirmation. If they fail to do so, the remedy is to redeploy. That may take some time but is acceptable.
The text was updated successfully, but these errors were encountered: