/**
 * To use Cloud Scheduler your Cloud project must contain an App Engine app
 * that is located in one of the supported regions.
 */
resource "google_app_engine_application" "main" {
  project     = local.project_id
  location_id = var.gcp_region_id
}
