Skip to content

Commit

Permalink
adding min_cpu_platform support in builders (#145)
Browse files Browse the repository at this point in the history
builder/GoogleCompute: add min_cpu_platform
  • Loading branch information
sibidass authored and mayn committed Oct 19, 2018
1 parent 7c9b20e commit 0706449
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 @@ -837,6 +837,7 @@ class GoogleCompute(PackerBuilder):
'instance_name': (str, False),
'machine_type': (str, False),
'metadata': (dict, False),
'min_cpu_platform': (str, False),
'network': (str, False),
'network_project_id': (str, False),
'omit_external_ip': (validator.boolean, False),
Expand Down

0 comments on commit 0706449

Please sign in to comment.