Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

appengine:exec region error #56

Description

@moliver-hemasystems

We recently upgraded from 0.6.0 to 0.7.0, and we're now encountering an error when running the following:

bundle exec rake appengine:exec GAE_PROJECT=my_project_name GAE_SERVICE=default GAE_TIMEOUT=60m -- echo foo

When we run the above, or any other command through appengine:exec, we get the following output:

** Invoke appengine:exec (first_time)
** Execute appengine:exec
Bad value for region: (value missing)

I'm assuming I need to configure something somewhere, but I've not been able to find anything about this message to indicate what's missing a region value and where I should be setting it. I thought initially that our appengine config was maybe missing something, but looking at the terraform file for the project, I see:

locals {
google_region = "us-central1"
google_zone = "us-central1-c"
# ... more config after this...
}

And further on, this is referenced in places like:

module "app_engine_endpoint_groups" {
source = "../../modules/app_engine_endpoint_groups"
region = local.google_region
service_names = ["default"]
}

So I'm not sure what else to be looking at.

Any help with how to resolve this error is appreciated.

Metadata

Metadata

Assignees

No one assigned

    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