Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.57.0-rc1
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
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
Merge pull request #944 from terraform-providers/release_merge_v3.56.0 Candidate for release_v3.56.0
v3.55.0
Added
- Support Etag in
oci_objectstorage_objectsresource - Support for Network Security Groups in
oci_file_storage_mount_targetresource - 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
Candidate for release_v3.55.0 Release merge v3.55.0
v3.54.0
Added
- Support for Autonomous Database maintenance window
- Support for
oci_database_autonomous_exadata_infrastructure_ocpudatasource 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
-servicesargument - Support and validation for the
ike_version,routingattributes inoci_core_ipsec_connection_tunnel_managementresource
v3.54.0-rc1
Release merge v3.54.0 Release merge v3.54.0
v3.53.0
Added
- Support for creating
oci_database_autonomous_databaseresource with the specifiedwhitelisted_ips - Support for
customer_asnattribute incore_virtual_circuitresource - Support for fault domains in
core_instance_poolresource - Support for URL Redirect Feature in
oci_load_balancer_rule_setresource
Deprecated
- Virtual Circuit resource: The
customer_bgp_asnattribute is now deprecated. Please use thecustomer_asninstead.
v3.53.0-rc1
Release merge v3.53.0 Release merge v3.53.0
v3.52.0
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_volumeandoci_core_volumeresources - Support for data safe integration in
oci_database_autonomous_databaseresource
Fixed
- Fixed
time_deletion_of_free_autonomous_databaseandtime_reclamation_of_free_autonomous_databaseattributes inoci_database_autonomous_databaseresource - Fix
ssh_public_keysfor 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.