Skip to content

Commit

Permalink
Merge pull request #166 from fatmcgav/gcp_support_instance_labels
Browse files Browse the repository at this point in the history
[googlecompute] Add support for specifying 'labels' dict.
  • Loading branch information
mayn authored Feb 12, 2019
2 parents 23d7053 + 11c2745 commit b0669fc
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 @@ -972,6 +972,7 @@ class GoogleCompute(PackerBuilder):
'image_licenses': ([str], False),
'image_name': (str, False),
'instance_name': (str, False),
'labels': (dict, False),
'machine_type': (str, False),
'metadata': (dict, False),
'min_cpu_platform': (str, False),
Expand Down

0 comments on commit b0669fc

Please sign in to comment.