File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ cloudrunv2: added `template.volumes.nfs` field to `google_cloud_run_v2_job` resource (beta)
3
+ ```
Original file line number Diff line number Diff line change @@ -561,6 +561,11 @@ The following arguments are supported:
561
561
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
562
562
Structure is [ documented below] ( #nested_gcs ) .
563
563
564
+ * ` nfs ` -
565
+ (Optional, [ Beta] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
566
+ NFS share mounted as a volume. This feature requires the launch stage to be set to ALPHA or BETA.
567
+ Structure is [ documented below] ( #nested_nfs ) .
568
+
564
569
565
570
<a name =" nested_secret " ></a >The ` secret ` block supports:
566
571
@@ -620,6 +625,20 @@ The following arguments are supported:
620
625
(Optional)
621
626
If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
622
627
628
+ <a name =" nested_nfs " ></a >The ` nfs ` block supports:
629
+
630
+ * ` server ` -
631
+ (Required)
632
+ Hostname or IP address of the NFS server.
633
+
634
+ * ` path ` -
635
+ (Optional)
636
+ Path that is exported by the NFS server.
637
+
638
+ * ` read_only ` -
639
+ (Optional)
640
+ If true, mount this volume as read-only in all mounts.
641
+
623
642
<a name =" nested_vpc_access " ></a >The ` vpc_access ` block supports:
624
643
625
644
* ` connector ` -
You can’t perform that action at this time.
0 commit comments