Skip to content

Commit

Permalink
deploy bash and metrics functions with python 3.11 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Sep 11, 2024
1 parent d224dcf commit f3a9f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/batch/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "job_attempt_deadline" {
variable "python_runtime" {
type = string
description = "Python runtime version"
default = "python310"
default = "python311"
}

variable "public_hosted_datasets_dns" {
Expand Down
2 changes: 1 addition & 1 deletion infra/metrics/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "environment" {
variable "python_runtime" {
type = string
description = "Python runtime version"
default = "python310"
default = "python311"
}

variable "gtfs_datasets_storage_bucket" {
Expand Down

0 comments on commit f3a9f99

Please sign in to comment.