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 25, 2023
1 parent 247a14c commit 307099b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3953,7 +3953,7 @@ func resourceContainerClusterUpdate(d *schema.ResourceData, meta interface{}) er
DesiredFleet: expandFleet(d.Get("fleet")),
},
}
log.Printf("[INFO] GKE cluster %s fleet config has been updated, fleet=%v, req=%v", fleet, req)
log.Printf("[INFO] GKE cluster %s fleet config has been updated, fleet=%v, req=%v", d.Get("fleet"), req)

updateF := updateFunc(req, "updating GKE fleet config")
// Call update serially.
Expand Down

0 comments on commit 307099b

Please sign in to comment.