**This release requires Terraform 0.12 or later.**
Added
* Almost complete rewrite to align it with Terraform 0.12 JSON syntax.
* Providers, resources and data sources are now accessible through single modules instead of
individual modules for each provider.
* The module ``terrascript.providers`` contains **all** providers, e.g. ``terrascript.providers.google``.
* The module ``terrascript.resources`` contains **all** resource, e.g. ``terrascript.resources.aws_instance``.
* The module ``terrascript.datasources`` contains **all** resource, e.g. ``terrascript.datasources.alicloud_images``.
* [Oracle Cloud Infrastructure Provider](https://www.terraform.io/docs/providers/oci/index.html) (issue 63)