Skip to content

2.1.5 - 2018-04-12

Choose a tag to compare

@rcohenma rcohenma released this 13 Apr 01:03
· 6477 commits to master since this release

Added

  • New features for Instances
    • Add “preserve_boot_volume” attribute for preserving attached boot volume on destroy.
    • Add “source_details” attribute for specifying either an image or an existing boot volume when launching.
    • More details can be found here.
  • Added support for Local VCN Peering. More details can be found here. #404
  • DNS service integration: adds Zone and Record resources, datasources, documentation and basic examples. More details can be found here.

Deprecated

  • Instances: The “image” attribute is now deprecated. Please use the “source_details” with “source_type” set to “image” instead.