v0.2.0
Summary of changes
Fixes a bug introduced by the x-terraform-field-name extension feature where there was a miss-match between the resource schema configuration and the read/write operations performed against the state file. This caused terraform to fail on apply operations not being able to find the property value set in the terraform configuration file due to the code trying to find the swagger property name and not the value used in the swagger property x-terraform-field-name extension
Changelog
4c9fc5c update version in install script
c39756a do not remove state files when running the example
c392f34 use always terraform compliant names when reading from/writing into the state