Skip to content

0.8.0

Choose a tag to compare

@ilons ilons released this 24 Nov 07:34
· 255 commits to develop since this release

[0.8.0] - 2020-01-20

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 (issue #63)