Skip to content

Releases: oracle/terraform-provider-oci

v3.8.0

28 Nov 22:20
Compare
Choose a tag to compare

Added

  • Support VCN Transit [#653]

v3.7.0

14 Nov 21:50
Compare
Choose a tag to compare

Added

  • New parameter is_hydrated in oci_core_volume_groups resource and data source
  • Support for public IP prefixes (CIDRs) up to 31
  • Support for tagging in oci_file_storage_file_system, oci_file_storage_mount_target, and oci_file_storage_snapshot

Changed

  • Make route_table_id, dhcp_options_id in oci_core_subnet updatable
  • Make security_list_ids in oci_core_subnet optional and updatable

Deprecated

  • Volumes: The backup_policy_id attribute is now deprecated. Backup policy should be assigned through volume_backup_policy_assignments resource instead.
  • BootVolumes: The backup_policy_id attribute is now deprecated. Backup policy should be assigned through volume_backup_policy_assignments resource instead.

v3.6.0

01 Nov 23:33
Compare
Choose a tag to compare

Added

  • New parameters db_name and state in oci_database_database data source
  • New parameters display_name and state in oci_database_db_homes data source
  • New parameter state parameter in oci_database_db_nodes data source
  • New parameters availability_domain, display_name, and state in oci_database_db_systems data source
  • Support for Partner Image Catalog
  • Support for Key Management Service
  • Support for encrypting the contents of an Object Storage bucket using a Key Management Service key
  • Support for specifying a Key Management Service key when launching a compute instance in the Compute service
  • Support for specifying a Key Management Service key when backing up or restoring a block storage volume in the Block Volume service
  • Support enabling cost tracking for tags using is_cost_tracking field
  • Support returning maintenance reboot time for compute instances using time_maintenance_reboot_due field
  • Support nesting and deleting compartments. Compartment delete requires opt in, see compartment documentation

Fixed

  • Data type for properties with type as TypeSet to TypeList in following datasources: oci_core_route_tables, oci_core_security_lists, oci_core_volume, and oci_core_service_gateways to allow referencing by indexes in Terraform configs.

v3.5.0

19 Oct 18:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

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