Skip to content

Commit

Permalink
🔧 add revision in google_cloud_run_v2_service.traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Apr 15, 2024
1 parent e1ab599 commit c4c9ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envs/dev/cloudrun.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ resource "google_cloud_run_v2_service" "cloudrun-dev-main-backend" {
}

traffic {
percent = 100
revision = "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST"
percent = 100
}
}

Expand Down

0 comments on commit c4c9ff0

Please sign in to comment.