Skip to content

Commit

Permalink
Update resource_container_cluster.go.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayimeow authored Oct 26, 2023
1 parent dcee715 commit c6058b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,7 @@ func resourceContainerClusterUpdate(d *schema.ResourceData, meta interface{}) er
}
} else {
req.Update = &container.ClusterUpdate{
DesiredWorkloadIdentityConfig: expandFleet(v),
DesiredFleet: expandFleet(v),
}
}
log.Printf("[INFO] GKE cluster %s fleet config has been updated", d.Id())
Expand Down

0 comments on commit c6058b8

Please sign in to comment.