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" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
containers {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
custom_audiences = [" aud1" ]
8
8
template {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
containers {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
containers {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
3
3
4
4
location = " us-central1"
5
5
deletion_protection = false
6
- launch_stage = " ALPHA "
6
+ launch_stage = " BETA "
7
7
8
8
template {
9
9
containers {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
3
3
4
4
location = " us-central1"
5
5
deletion_protection = false
6
- launch_stage = " ALPHA "
6
+ launch_stage = " BETA "
7
7
8
8
template {
9
9
containers {
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
containers {
9
9
name = " hello-1"
10
10
image = " us-docker.pkg.dev/cloudrun/container/worker-pool"
11
- depends_on = [" hello-2" ]
12
11
volume_mounts {
13
12
name = " empty-dir-volume"
14
13
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" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
volumes {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "google_cloud_run_v2_worker_pool" "default" {
2
2
name = " cloudrun-worker-pool-${ local . name_suffix } "
3
3
location = " us-central1"
4
4
deletion_protection = false
5
- launch_stage = " ALPHA "
5
+ launch_stage = " BETA "
6
6
7
7
template {
8
8
You can’t perform that action at this time.
0 commit comments