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 bf2ff33 commit dcee715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3955,7 +3955,7 @@ func resourceContainerClusterUpdate(d *schema.ResourceData, meta interface{}) er
if v, ok := d.GetOk("fleet"); !ok {
req.Update = &container.ClusterUpdate{
DesiredFleet: &container.Fleet{
Fleet: "",
Project: "",
},
}
} else {
Expand Down

0 comments on commit dcee715

Please sign in to comment.