You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an instance managed by Terraform that was created with the instance type "BV1-1-10". The cloud console shows this instance type too, and if I attempt to manually create an instance the option is also available.
After attempting to change something completely different via Terraform (attaching a security group to my VM), it errors saying that the machine BV1-1-10 isn't available any longer. And indeed mgc vms machine-types list doesn't show the BV1-1-10 machine.
To Reproduce
Steps to reproduce the behavior:
Run mgc vms machine-types list | grep BV1-1-10
The list is currently empty
Expected behavior
The list should show a record name: BV1-1-10
Desktop (please complete the following information):
OS: Ubuntu 22.04.5 LTS
MGC Version: v0.31.0 (linux/amd64)
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an instance managed by Terraform that was created with the instance type "BV1-1-10". The cloud console shows this instance type too, and if I attempt to manually create an instance the option is also available.
After attempting to change something completely different via Terraform (attaching a security group to my VM), it errors saying that the machine
BV1-1-10
isn't available any longer. And indeedmgc vms machine-types list
doesn't show theBV1-1-10
machine.To Reproduce
Steps to reproduce the behavior:
mgc vms machine-types list | grep BV1-1-10
Expected behavior
The list should show a record
name: BV1-1-10
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: