Skip to content

Releases: oracle/terraform-provider-oci

v3.57.0-rc1

08 Jan 02:14
bc2b5c7

Choose a tag to compare

v3.57.0-rc1 Pre-release
Pre-release
Merge pull request #946 from nfagerlund/dec19_broken_links

website: Fix new broken links to https://docs.cloud.oracle.com/iaas/api/

v3.56.0

18 Dec 21:27

Choose a tag to compare

Added

  • Support VM Instance resizing with reboot in oci_core_instance resource
  • Support for improved custom image support in oci_containerengine_node_pool resource
  • Support for Kafka compatibility in Oracle Streaming Service
  • Support for Cross-region boot volume backups
  • Support for is_management_disabled attribute in oci_core_instance and oci_core_image resources and datasources
  • Support for dns_tsig_key resource and datasources
  • Support for Economy vaults in Key management service
  • Support for API Gateway Service
  • Support for Marketplace
  • Support for OS management service
  • Support for delete OCE instance without IDCS token

Notes

  • Starting with this version, the terraform-provider-oci supports VM Instance resizing with reboot. Resizing can only happen within the shapes of same family. The shapes much be compatible with the image and the instance should not be associated to any dedicated_vm_host_id.

v3.56.0-rc1

18 Dec 00:28
bbb7c41

Choose a tag to compare

v3.56.0-rc1 Pre-release
Pre-release
Merge pull request #944 from terraform-providers/release_merge_v3.56.0

Candidate for release_v3.56.0

v3.55.0

11 Dec 21:47

Choose a tag to compare

Added

  • Support Etag in oci_objectstorage_objects resource
  • Support for Network Security Groups in oci_file_storage_mount_target resource
  • Support for multi-attach for block storage
  • Support for cache control and control-disposition headers in oci_objectstorage_object
  • Support for OCID in Bucket Resource

v3.55.0-rc1

10 Dec 23:54
dd1ebaf

Choose a tag to compare

v3.55.0-rc1 Pre-release
Pre-release
Candidate for release_v3.55.0

Release merge v3.55.0

v3.54.0

27 Nov 20:03

Choose a tag to compare

Added

  • Support for Autonomous Database maintenance window
  • Support for oci_database_autonomous_exadata_infrastructure_ocpu datasource to get details of the OCPUs for the specified Autonomous Exadata Infrastructure instance

Fixed

  • Fixes an issue in resource discovery when duplicates of the same service are specified to the -services argument
  • Support and validation for the ike_version, routing attributes in oci_core_ipsec_connection_tunnel_management resource

v3.54.0-rc1

26 Nov 22:10
a489357

Choose a tag to compare

v3.54.0-rc1 Pre-release
Pre-release
Release merge v3.54.0

Release merge v3.54.0

v3.53.0

20 Nov 23:01

Choose a tag to compare

Added

  • Support for creating oci_database_autonomous_database resource with the specified whitelisted_ips
  • Support for customer_asn attribute in core_virtual_circuit resource
  • Support for fault domains in core_instance_pool resource
  • Support for URL Redirect Feature in oci_load_balancer_rule_set resource

Deprecated

  • Virtual Circuit resource: The customer_bgp_asn attribute is now deprecated. Please use the customer_asn instead.

v3.53.0-rc1

19 Nov 23:25
027b72c

Choose a tag to compare

v3.53.0-rc1 Pre-release
Pre-release
Release merge v3.53.0

Release merge v3.53.0

v3.52.0

13 Nov 23:01

Choose a tag to compare

Added

  • Support for specifying compartment ID for container engine options APIs
  • Support for console access to APEX and SQL Dev in autonomous databases
  • Support for Volume Performance Units in oci_core_boot_volume and oci_core_volume resources
  • Support for data safe integration in oci_database_autonomous_database resource

Fixed

  • Fixed time_deletion_of_free_autonomous_database and time_reclamation_of_free_autonomous_databaseattributes in oci_database_autonomous_database resource
  • Fix ssh_public_keys for DB systems and vm clusters, so that they are TypeSet. Otherwise, the service may return SSH keys out of order, which could result in plan diffs.
  • Extend the default operation timeout for DB backups to 1 hour, as current default of 15 minutes could possibly lead to early timeout.