Skip to content

v3.33.0

Choose a tag to compare

@dshelbyo dshelbyo released this 10 Jul 20:17
· 5314 commits to master since this release

Added

  • Support autonomous transaction processing preview mode
  • Support load balancer attachment data source for instance pools
  • Support moving core_route_table, core_security_list, core_subnet, core_vcn resources across compartments
  • Support for Granular Security Lists using Network Security Group
  • Support for Granular Security Lists in Load Balancer
  • Support for Network Security Groups in databases
  • Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.

Fixed

  • Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
    that are maps of string values.