File tree Expand file tree Collapse file tree 9 files changed +9
-10
lines changed
cloudrunv2_worker_pool_basic
cloudrunv2_worker_pool_custom_audiences
cloudrunv2_worker_pool_directvpc
cloudrunv2_worker_pool_limits
cloudrunv2_worker_pool_mount_gcs
cloudrunv2_worker_pool_mount_nfs
cloudrunv2_worker_pool_multicontainer
cloudrunv2_worker_pool_secret
cloudrunv2_worker_pool_sql Expand file tree Collapse file tree 9 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88 containers {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 custom_audiences = [" aud1" ]
88 template {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88 containers {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88 containers {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
33
44 location = " us-central1"
55 deletion_protection = false
6- launch_stage = " ALPHA "
6+ launch_stage = " BETA "
77
88 template {
99 containers {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
33
44 location = " us-central1"
55 deletion_protection = false
6- launch_stage = " ALPHA "
6+ launch_stage = " BETA "
77
88 template {
99 containers {
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88 containers {
99 name = " hello-1"
1010 image = " us-docker.pkg.dev/cloudrun/container/worker-pool"
11- depends_on = [" hello-2" ]
1211 volume_mounts {
1312 name = " empty-dir-volume"
1413 mount_path = " /mnt"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88 volumes {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
22 name = " cloudrun-worker-pool-${ local . name_suffix } "
33 location = " us-central1"
44 deletion_protection = false
5- launch_stage = " ALPHA "
5+ launch_stage = " BETA "
66
77 template {
88
You can’t perform that action at this time.
0 commit comments