Skip to content

Commit

Permalink
Filestore protocol GA (GoogleCloudPlatform#12063)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaramanJoe authored and himanikh committed Oct 23, 2024
1 parent 63f72b8 commit 7bf63ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mmv1/products/filestore/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ examples:
instance_name: 'test-instance'
- name: 'filestore_instance_protocol'
primary_resource_id: 'instance'
min_version: 'beta'
vars:
instance_name: 'test-instance'
- name: 'filestore_instance_enterprise'
Expand Down Expand Up @@ -126,7 +125,6 @@ properties:
or NFSv4.1, for using NFS version 4.1 as file sharing protocol.
NFSv4.1 can be used with HIGH_SCALE_SSD, ZONAL, REGIONAL and ENTERPRISE.
The default is NFSv3.
min_version: 'beta'
immutable: true
custom_flatten: 'templates/terraform/custom_flatten/default_if_empty.tmpl'
default_value: "NFS_V3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resource "google_filestore_instance" "{{$.PrimaryResourceId}}" {
provider = google-beta
name = "{{index $.Vars "instance_name"}}"
location = "us-central1"
tier = "ENTERPRISE"
Expand Down

0 comments on commit 7bf63ba

Please sign in to comment.