Skip to content

Error on running make plan-without-jobs #712

Open
@sambitraze

Description

@sambitraze

->make plan-without-jobs
Planning Terraform for env: prod

TF_VAR_client_machine_type=e2-micro TF_VAR_client_cluster_size=1 TF_VAR_client_cluster_auto_scaling_max=0 TF_VAR_api_machine_type=e2-small TF_VAR_api_cluster_size=1 TF_VAR_build_machine_type=e2-standard-2 TF_VAR_build_cluster_size=1 TF_VAR_server_machine_type=e2-micro TF_VAR_server_cluster_size=1 TF_VAR_gcp_project_id=code-sandbox-461018 TF_VAR_gcp_region=europe-west3 TF_VAR_gcp_zone=europe-west3-a TF_VAR_domain_name=symbiofy.com TF_VAR_additional_domains= TF_VAR_prefix="e2b-" TF_VAR_terraform_state_bucket=symbiofy-terraform-state-dev TF_VAR_otel_tracing_print=false TF_VAR_environment=prod TF_VAR_template_bucket_name= TF_VAR_template_bucket_location=europe-west3 TF_VAR_clickhouse_connection_string= TF_VAR_clickhouse_username= TF_VAR_clickhouse_database= TF_VAR_redis_managed=false TF_VAR_grafana_managed=false
/usr/local/bin/terraform plan
-out=.tfplan.prod
-input=false
-compact-warnings
-parallelism=20
-target=module.init -target=module.buckets -target=module.cluster -target=module.api -target=module.docker_reverse_proxy -target=module.client_proxy -target=module.redis -target=module.grafana
Acquiring state lock. This may take a few moments...


nomad config logs

Plan: 58 to add, 0 to change, 0 to destroy.

│ Warning: Resource targeting is in effect

│ You are creating a plan with the -target option, which means that the result of this plan may not represent all of the changes requested by the current configuration.

│ The -target option is not for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform specifically suggests to use it as part
│ of an error message.


│ Error: error retrieving image information: googleapi: Error 404: The resource 'projects/code-sandbox-461018/global/images/family/e2b-orch' was not found, notFound

│ with module.cluster.module.api_cluster.data.google_compute_image.source_image,
│ on packages/cluster/api-cluster/main.tf line 69, in data "google_compute_image" "source_image":
│ 69: data "google_compute_image" "source_image" {



│ Error: error retrieving image information: googleapi: Error 404: The resource 'projects/code-sandbox-461018/global/images/family/e2b-orch' was not found, notFound

│ with module.cluster.module.build_cluster.data.google_compute_image.source_image,
│ on packages/cluster/build-cluster/main.tf line 58, in data "google_compute_image" "source_image":
│ 58: data "google_compute_image" "source_image" {



│ Error: error retrieving image information: googleapi: Error 404: The resource 'projects/code-sandbox-461018/global/images/family/e2b-orch' was not found, notFound

│ with module.cluster.module.client_cluster.data.google_compute_image.source_image,
│ on packages/cluster/client/main.tf line 80, in data "google_compute_image" "source_image":
│ 80: data "google_compute_image" "source_image" {



│ Error: error retrieving image information: googleapi: Error 404: The resource 'projects/code-sandbox-461018/global/images/family/e2b-orch' was not found, notFound

│ with module.cluster.module.server_cluster.data.google_compute_image.source_image,
│ on packages/cluster/server/main.tf line 63, in data "google_compute_image" "source_image":
│ 63: data "google_compute_image" "source_image" {


Releasing state lock. This may take a few moments...
make: *** [Makefile:116: plan-without-jobs] Error 1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions