Skip to content

Commit

Permalink
added Spanner processingUnits to fieldMask (GoogleCloudPlatform#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelchang authored and khajduczenia committed Oct 12, 2021
1 parent 9311afe commit 6e89076
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ if d.HasChange("display_name") {
if d.HasChange("labels") {
updateMask = append(updateMask, "labels")
}
if d.HasChange("processing_units") {
updateMask = append(updateMask, "processingUnits")
}
newObj["fieldMask"] = strings.Join(updateMask, ",")
return newObj, nil

0 comments on commit 6e89076

Please sign in to comment.