Skip to content

v3.13.0

Choose a tag to compare

@afedorch afedorch released this 23 Jan 21:24
· 5771 commits to master since this release

Added

  • Added singular data source for Object Storage objects

Fixed

  • Fixed an issue where the default retry timeout is zero seconds if retry_duration_seconds isn't specified
  • Modifying immutable metadata fields such as ssh_authorized_keys and user_data should result in new instances. Issue #673
  • Vendored Terraform helper/schema SDK to return matching data type for maps in case of empty state. Issue #685