Skip to content

Commit

Permalink
Merge pull request #121 from fatmcgav/gcp_support_image_labels
Browse files Browse the repository at this point in the history
[googlecompute] Add support for specifying `image_labels` dict.
  • Loading branch information
mayn authored Aug 21, 2018
2 parents be4e58f + 142f596 commit 9a95152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ class GoogleCompute(PackerBuilder):
'disk_type': (str, False),
'image_description': (str, False),
'image_family': (str, False),
'image_labels': (dict, False),
'image_licenses': ([str], False),
'image_name': (str, False),
'instance_name': (str, False),
Expand Down

0 comments on commit 9a95152

Please sign in to comment.