Ao tentar criar uma VM usando o provider 0.19.3 ocorre um erro
│ Error: ["current_current_type"]: unsupported attribute
│
│
╵
╷
│ Error: Unable to Convert State
│
│ with module.instance_se.mgc_block-storage_volumes.this["vdb"],
│ on ../main.tf line 33, in resource "mgc_block-storage_volumes" "this":
│ 33: resource "mgc_block-storage_volumes" "this" {
│
│ An unexpected error was encountered when converting the state from the protocol type. This is always an issue in terraform-plugin-framework used to implement the provider and should be reported
│ to the provider developers.
│
│ Please report this to the provider developer:
│
│ Unable to unmarshal DynamicValue: unknown attribute "current_type"
O que acontece ?
Ao tentar criar uma VM usando o provider 0.19.3 ocorre um erro
O que é esperado ?
Criar virtual machine usando o código do módulo abaixo com a versão mais nova do provider: Módulo: https://registry.terraform.io/modules/terraform-magalu-cloud/virtual-machine/mgc/1.2.0
Como reproduzir: