Skip to content

Commit 923f40d

Browse files
authored
Merge pull request #1877 from anmazzotti/gce_expose_tags
Expose network tags for GCE builder
2 parents ead4115 + baca417 commit 923f40d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/capi/packer/gce/packer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"service_account_email": "{{ user `service_account_email` }}",
2020
"source_image_family": "{{ user `source_image_family` }}",
2121
"ssh_username": "{{user `ssh_username`}}",
22+
"tags": "{{ user `tags` }}",
2223
"type": "googlecompute",
2324
"use_internal_ip": "{{ user `use_internal_ip`}}",
2425
"zone": "{{ user `zone` }}"

0 commit comments

Comments
 (0)