Skip to content

Commit ee2ecbc

Browse files
authored
feat: Add Filestore source to metadata.yaml (#546)
1 parent 52e2966 commit ee2ecbc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/instance_template/metadata.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,12 @@ spec:
336336
spec:
337337
outputExpr: email
338338
inputPath: email
339+
- source:
340+
source: github.com/GoogleCloudPlatform/terraform-google-cloud-filestore
341+
version: ">= 0.1.0"
342+
spec:
343+
outputExpr: "{\"FILESTORE_MOUNT_POINT\": mount_point}"
344+
inputPath: env_vars
339345
- name: create_service_account
340346
description: Create a new service account to attach to the instance. This is alternate to providing the service_account input variable. Please provide the service_account input if setting this to false.
341347
varType: bool
@@ -395,6 +401,11 @@ spec:
395401
version: ">= 5.0.1"
396402
spec:
397403
outputExpr: "[\"roles/alloydb.admin\"]"
404+
- source:
405+
source: github.com/GoogleCloudPlatform/terraform-google-cloud-filestore
406+
version: ">= 0.1.0"
407+
spec:
408+
outputExpr: "[\"roles/file.editor\"]"
398409
- name: enable_shielded_vm
399410
description: Whether to enable the Shielded VM configuration on the instance. Note that the instance image must support Shielded VMs. See https://cloud.google.com/compute/docs/images
400411
varType: bool

0 commit comments

Comments
 (0)