Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.36.0-rc1
Candidate for release_v3.36.0 Candidate for release_v3.36.0
v3.35.0
Added
- Support for creating
instance_configurationresource from the specified instance - Support for Budget Alerts for Cost Tracking Tags
- Support for moving
oci_monitoring_alarmacross compartments - Support for moving
health_checks_http_monitorandhealth_checks_ping_monitorresources across compartments - Support for moving
database_autonomous_databaseanddatabase_db_systemresources across compartments - Support for moving
database_autonomous_container_databaseanddatabase_autonomous_exadata_infrastructureresources across compartments - Support for scheduling KMS vault deletion by specified time
Fixed
- Fixed
oci_load_balancer_backend_setby explicitly makingsession_persistence_configurationandlb_cookie_session_persistence_configurationmutually exclusive Issue #825 - Fixed use case of
oci_load_balancer_backend_setwithlb_cookie_session_persistence_configurationupdate operation without setting optional parametersmax_age_in_secondsanddomain - Fixed
oci_identity_user_capabilities_managementto correctly setcan_use_auth_tokensfield
v3.35.0-rc1
Candidate for release_v3.35.0 Candidate for release_v3.35.0
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
v3.34.0-rc1
Candidate for Release v3.34.0 Candidate for Release v3.34.0
v3.33.0
Added
- Support autonomous transaction processing preview mode
- Support load balancer attachment data source for instance pools
- Support moving
core_route_table,core_security_list,core_subnet,core_vcnresources across compartments - Support for Granular Security Lists using Network Security Group
- Support for Granular Security Lists in Load Balancer
- Support for Network Security Groups in databases
- Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.
Fixed
- Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
that are maps of string values.
v3.33.0-rc1
Candidate for release_v3.33.0 Candidate for release_v3.33.0
v3.32.0
Added
- Support for moving Images across compartments
- Support for moving Instance Pools and Instance Configurations across compartments
- Support for compartment move of auto-scaling configuration resource
Fixed
- We were throwing an error for some resources if the resource no longer existed during refresh. This is fixed now.
v3.32.0-rc1
Candidate for release_v3.32.0 Candidate for release_v3.32.0
v3.31.0
Added
- Support for moving
email senderresource between compartments. - Support for moving NAT Gateway resource across Compartments.
Fixed
- Fix for
defined_tagsproperty deletion bug
Notes
- This release upgrades the Terraform plugin SDK to v0.12.3-0.20190619193004-2ab2796c932c, which fixes
how null/empty values are stored in state during import and fixes unnecessary diffs caused by omission of
Optional/Computed fields.