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
In the screenshot below, there is an issue with the right operand of one of my resource arguments. I don't have any visibility into which resource is throwing this error, and how it can be resolved.
The text was updated successfully, but these errors were encountered:
Default terraform error provides the level of detail required to address the issue:
Error: Invalid operand
on 2nd.tf line 38, in resource "google_cloud_run_service" "renderer":
38: image = "gcr.io/" + var.project_id + "/renderer:latest"
Unsuitable value for left operand: a number is required.
I only skimmed the change, but it looks like you did what I was going to suggest, which is to never let Terraform exit unhappily without printing its last output.
In the screenshot below, there is an issue with the right operand of one of my resource arguments. I don't have any visibility into which resource is throwing this error, and how it can be resolved.
The text was updated successfully, but these errors were encountered: