Skip to content

Commit

Permalink
Merge pull request #21 from a-company-jp/modify-cloudrun-v2-traffic-type
Browse files Browse the repository at this point in the history
🔧 change revision for google_cloud_run_v2_service.traffic
  • Loading branch information
Shion1305 authored Apr 15, 2024
2 parents 1f3fec6 + 0638b39 commit 9d3b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/dev/cloudrun.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "google_cloud_run_v2_service" "cloudrun-dev-main-backend" {
}

traffic {
revision = "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST"
revision = "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION"
percent = 100
}
}
Expand Down

0 comments on commit 9d3b619

Please sign in to comment.