Skip to content

Commit

Permalink
GCP compute instance template fields are ForceNew (GoogleCloudPlatfor…
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble authored and hao-nan-li committed Aug 31, 2022
1 parent 21db660 commit a0b89d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
"instance_termination_action": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
AtLeastOneOf: schedulingInstTemplateKeys,
Description: `Specifies the action GCE should take when SPOT VM is preempted.`,
},
Expand Down

0 comments on commit a0b89d2

Please sign in to comment.