Skip to content

Commit

Permalink
Remove use of Gen1 execution environment from Cloud Run Job acceptanc…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Jan 24, 2024
1 parent 13a5431 commit 02700f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ resource "google_cloud_run_v2_job" "default" {
template {
timeout = "500s"
service_account = google_service_account.service_account.email
execution_environment = "EXECUTION_ENVIRONMENT_GEN1"
execution_environment = "EXECUTION_ENVIRONMENT_GEN2"
containers {
name = "container-update"
image = "us-docker.pkg.dev/cloudrun/container/hello"
Expand Down

0 comments on commit 02700f2

Please sign in to comment.