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 24, 2023
1 parent 71d3ca7 commit 01205b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ func resourceContainerClusterUpdate(d *schema.ResourceData, meta interface{}) er
if d.HasChange("fleet") {
req := &container.UpdateClusterRequest{
Update: &container.ClusterUpdate{
DesiredFleet: expandFleet(fleet),
DesiredFleet: expandFleet(d.Get("fleet")),
},
}

Expand Down

0 comments on commit 01205b8

Please sign in to comment.