Skip to content

Releases: oracle/terraform-provider-oci

v3.5.0

19 Oct 18:21

Choose a tag to compare

Added

  • Support for Cross Region Copy of objects
  • Support for object lifecycle policies on a bucket on object storage. See Using Object Lifecycle Management
  • Support for singular data source for a bucket
  • Additional nested field in oci_database_backups data source and oci_database_backup resource, under the backups property called database_size_in_gbs
  • Support for generating and downloading wallets for Autonomous Database and Autonomous Data Warehouse. See Connecting to Autonomous Data Warehouse for more details.

Changed

  • Nested field in oci_database_backups data source and oci_database_backup resource, under the backups property called db_data_size_in_mbs marked as deprecated

v3.4.0

11 Oct 21:11

Choose a tag to compare

3.4.0 (October 11, 2018)

Added

  • Support for clone and resize of Boot Volume
  • Support for specifying a backup policy at the time of creating a Boot Volume
  • Support for offline resizing of Boot Volume
  • Support for tagging of Boot Volume
  • Support for NAT Gateways
  • Support for singular data sources that can query individual Volumes, Subnets, and Instances
  • Fields "assigned_entity_id" and "assigned_entity_type" to Public IPs to allow distinguishing Public IPs of the NAT Gateway.

Fixed

  • Importing of volumes with backup policies. Issue #590
  • Updating of Virtual Circuits fails with field bgpMd5AuthKey is not supported

v3.3.0

04 Oct 20:41

Choose a tag to compare

Added

  • Support for new Image launch mode: paravirtualization

Fixed

  • Fix logic to prevent unexpected diffs related to numbers. Issue#607

v3.2.0

01 Oct 18:52

Choose a tag to compare

Added

  • Support updating size of offline volumes

Fixed

  • Specifying lifecycle state in container engine cluster datasource properly filters. Issue #600
  • Importing the assign_public_ip attribute for instances has the correct default. Issue #593
  • ADW and ATP resources destruction still succeeds if the database lifecycle state becomes Unavailable

2.2.4 - 2018-09-11

11 Sep 22:08

Choose a tag to compare

2.2.4 - 2018-09-11

Added

  • Support for Autonomous Data Warehouse and manual backups
  • Support for Autonomous Transaction Processing (a.k.a Autonomous Database) and manual backups

Notes

This is the last release that requires downloading the provider from this page and installing it locally. All future releases can be retrieved using the terraform init command. See https://www.terraform.io/docs/providers/oci/guides/version-3-upgrade.html for more details.

2.2.3 - 2018-09-06

06 Sep 23:24

Choose a tag to compare

Added

  • Support specifying a backup policy at the time of creating a Volume

2.2.2 - 2018-08-30

30 Aug 23:53

Choose a tag to compare

Added

  • Support listing Fault Domains in an AD and specifying them when launching an Instance

2.2.1 - 2018-08-23

23 Aug 23:33

Choose a tag to compare

Added

2.2.0 - 2018-08-09

10 Aug 01:35

Choose a tag to compare

Fixed

  • Fix to security lists to avoid diffs after an apply in certain cases (#565)

Added

  • Support Audit Events Data Source
  • Support for export options in the File Storage service for improved access controls
  • Support for tagging on Load Balancer Resource. See Tagging Resources
  • Support for large integers (int64) on oci_core_volume.size_in_gbs, load_balancer_listener.idle_timeout_in_seconds, oci_file_storage_export_set.max_fs_stat_bytes, and oci_file_storage_export_set.max_fs_stat_files inputs
  • Include additional exported attributes related to computed sizes in VolumeGroup and VolumeGroupBackup

Notes

  • This release updates the OCI Provider code dependencies to Terraform v0.11.7, the result is that users with Terraform binary versions earlier than v0.10.1 will need to update--we recommend using the latest 0.11.x binary

2.1.17 - 2018-08-02

03 Aug 01:05

Choose a tag to compare

Fixed

  • Fix bug that was causing creation of tags and tagging namespaces to fail (#562)