Skip to content

Commit

Permalink
tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia-Cross committed Mar 19, 2024
1 parent c85eaae commit a806d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/resource_rdb_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func resourceScalewayRdbInstanceUpdate(ctx context.Context, d *schema.ResourceDa

// If we are switching to local storage, we have to make sure that the node_type upgrade is done first
if d.HasChange("volume_type") {
_, wantedVolumeType := d.GetChange("volume_type")
wantedVolumeType := d.Get("volume_type")
if wantedVolumeType == rdb.VolumeTypeLssd.String() {
for i, req := range upgradeInstanceRequests {
if req.NodeType != nil && i != 0 {
Expand Down

0 comments on commit a806d4c

Please sign in to comment.