Skip to content

Commit

Permalink
feat: support nfs and gcs in cloudrun and cloudrunv2 GA provider (#11…
Browse files Browse the repository at this point in the history
…503) (#785)

[upstream:8d436da792aa7feeca36231d6ba863150d517845]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 3, 2024
1 parent 337efcb commit 6c9925d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cloudrunv2_service_mount_gcs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "google_cloud_run_v2_service" "default" {

location = "us-central1"
deletion_protection = false
launch_stage = "BETA"


template {
execution_environment = "EXECUTION_ENVIRONMENT_GEN2"
Expand Down
1 change: 0 additions & 1 deletion cloudrunv2_service_mount_nfs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "google_cloud_run_v2_service" "default" {
location = "us-central1"
deletion_protection = false
ingress = "INGRESS_TRAFFIC_ALL"
launch_stage = "BETA"

template {
execution_environment = "EXECUTION_ENVIRONMENT_GEN2"
Expand Down

0 comments on commit 6c9925d

Please sign in to comment.