Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.5.0
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_backupsdata source andoci_database_backupresource, under thebackupsproperty calleddatabase_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_backupsdata source andoci_database_backupresource, under thebackupsproperty calleddb_data_size_in_mbsmarked as deprecated
v3.4.0
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
v3.2.0
Added
- Support updating size of offline volumes
Fixed
2.2.4 - 2018-09-11
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
Added
- Support specifying a backup policy at the time of creating a Volume
2.2.2 - 2018-08-30
Added
- Support listing Fault Domains in an AD and specifying them when launching an Instance
2.2.1 - 2018-08-23
Added
- Support for Boot Volume Backups. See Boot Volume Backup Resources and Backing Up a Boot Volume
- Support for efficient large file uploads in Object Storage using multi-part API by providing
sourcepath. See Object Resources and Using Multipart Uploads
2.2.0 - 2018-08-09
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, andoci_file_storage_export_set.max_fs_stat_filesinputs - 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
Fixed
- Fix bug that was causing creation of tags and tagging namespaces to fail (#562)