Releases: terra-farm/terraform-provider-virtualbox
Releases · terra-farm/terraform-provider-virtualbox
v0.2.2-alpha.1
Changelog:
- Bump version of Go to 1.17
- Update dependencies
- Update go-virtualbox which should resolve some issues
- Removal of old files
- Minor improvements to the tests
v0.2.1-alpha.1
This version is another test of uploading the release to Terraform Registry.
v0.2.1-alpha
This change is mostly for testing is releasing to Terraform Registry working. The CI should build assets needed to create the project on the registry.
Terraform v0.12 compatibility
- Add support for Terraform v0.12
- Releases automated via Travis CI after the migration of the repository to the Terra-Farm Github organization
v0.1.1
- Add new optional field "user_data" in schema, accepts arbitary string, your VM specific configuration can be stored here.
Some 3rdparty tool expects certain content be set in this field.
For example, CiscoCloud/terraform.py (a terraform-ansible bridging tool) interprete 'user_data' as a JSON string:
{ "role": "foobar", ... }
It uses the 'role' field to group hosts.