Skip to content

Commit

Permalink
Add example of specifying mostDisruptiveAllowedAction for instance (G…
Browse files Browse the repository at this point in the history
…oogleCloudPlatform#609)

Deployment Manager now supports the ability to specify the
mostDisruptiveAllowedAction when updating a Compute instance. The full
set of valid values are detailed in the Compute Engine documentation
for the update API at https://cloud.google.com/compute/docs/reference/rest/v1/instances/update
  • Loading branch information
KevinEmery authored Jan 8, 2021
1 parent 03dde49 commit e5c4043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource-snippets/compute-v1/instance.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ resources:
labels:
somelabel: {{ properties["somelabel"] or "macano" }}
fixedlabel: chanapulana
mostDisruptiveAllowedAction: RESTART

0 comments on commit e5c4043

Please sign in to comment.