Hello
I created a Lightsail Wordpress instance with blueprint_id = “wordpress_4_9_8”. But the instance version is different with the created by Lightsail console.
version info created by Terraform:
NAME=“Ubuntu”
VERSION=“16.04.5 LTS (Xenial Xerus)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu 16.04.5 LTS”
VERSION_ID=“16.04”
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
version info created by Lightsail console:
PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian
Is there any blueprint_id can be used to create the same instance by console? Thanks!