Skip to content

Commit

Permalink
fix google_container_node_pool (#8976)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Sep 15, 2023
1 parent 7d9dc66 commit 0b07b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ func nodePoolUpdate(d *schema.ResourceData, meta interface{}, nodePoolInfo *Node
timeout)
}

if err := tpgresource.RetryWhileIncompatibleOperation(timeout, npLockKey, updateF); err != nil {
if err := retryWhileIncompatibleOperation(timeout, npLockKey, updateF); err != nil {
return err
}

Expand Down

0 comments on commit 0b07b40

Please sign in to comment.