v3.34.0
Added
- Support for Functions as a service
- Support for adding resource limits to compartments
- Support for KMS encryption key for Cross-region backup copy in Block Storage.
- Support for exposing KmsKeyId on backups in Block Storage.
- Support for Permitted Methods feature in LBaaS
- Support for VCN access control lists via
load_balancer_rule_set - Support for LBaaS Cookie Insertion (Sticky Cookie)
- Support for VCN Transit Routing to Oracle Services via Service Gateways
- Support for moving
ons_notification_topic,ons_subscriptionresources across compartments - Support for moving
oci_load_balancerresources across compartments - Support for moving
oci_kms_keyandoci_kms_vaultresources across compartments - Support for moving
core_instanceresources across compartments - Support for moving
identity_compartmentresource tree across compartments - Support for moving
dns_zoneanddns_steering_policyresources across compartments
Fixed
- Removing deprecated fields that have no current valid use
- We are removing page and limit in list operations that are obsolete in terraform because of our pagination logic
- We are also removing deprecated "time_modified" fields that are not being populated from the following resources:
- core_internet_gateway
- core_route_table
- identity_compartment
- identity_group
- identity_policy
- identity_user
- Removing deprecated field
time_state_modifedfrom data sourceoci_core_ip_sec_connection_device_status.time_state_modifiedshould be used instead - Removing deprecated fields
content-lengthandcontent-typefrom data sourceoci_objectstorage_object_head.content_lengthandcontent_typeshould be used instead - Removing
compartment_idfrom resourceoci_core_drg_attachmentas an Optional field as the service does not accept it. The compartment of the VCN is the one used by the service. Keeping it as a computed field. - Removing deprecated field
db_data_size_in_mbsfrom resourceoci_database_backup.database_size_in_gbsshould be used instead - Fixed
extended_metadatafield inoci_core_instanceto correctly handle JSON Issue #817 - Consistently use the new
oci_core_vcnrather than the legacyoci_core_virtual_networkresource for VCN in examples