dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Remove SchemaConfigModeAttr mode in disk block #942

Open voanhduy1512 opened 2 years ago

voanhduy1512 commented 2 years ago

Fix #728

This is a breaking change.

With schema.SchemaConfigModeAttr, user can use the list syntax for disk attribute but I think it creates more problems than what it solves. There is an alternative syntax that's available in README to replacing this behavior. More importantly, turn this on will break json syntax as reported in #728 and potentially break CDKTF (https://www.terraform.io/cdktf) as well.