linode / terraform-provider-linode

Terraform Linode provider
https://www.terraform.io/docs/providers/linode/
Mozilla Public License 2.0
202 stars 98 forks source link

Support upgrade attribute for DC migration #1639

Open zliang-akamai opened 3 weeks ago

zliang-akamai commented 3 weeks ago

📝 Description

This is to support upgrade attribute for DC migration for Linode instances.

✔️ How to Test

Automated Testing

make int-test PKG_NAME="linode/instance"

It's hard to simulate upgrading in integration testing because we don't have a newer type than g6.

Manual Testing

I couldn't find a way to test it because I couldn't create a old Linode plan with a pending upgrade. Any suggestion?